[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls.WebParts / PartChromeType.cs
index 60662c4ffea919d2337571343dc5d0a936e82ec1..d8a22ab1408ddc53dfe6d6bbd2ad7fd200c8e973 100644 (file)
@@ -25,7 +25,6 @@
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 namespace System.Web.UI.WebControls.WebParts {
         public enum PartChromeType {
                 Default = 0,
@@ -35,4 +34,3 @@ namespace System.Web.UI.WebControls.WebParts {
                BorderOnly = 4          
         }
 }
-#endif