[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls.WebParts / PartChromeState.cs
index cee3b2ed675a54a5e7380918fcf96378ee90abb6..034a7e53b140f0d219c6ce3b7305cb38193b23e5 100644 (file)
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
-namespace System.Web.UI.WebControls.WebParts
-{
-        public enum PartChromeState
-        {
+namespace System.Web.UI.WebControls.WebParts {
+        public enum PartChromeState {
                 Normal = 0,
-                               Minimized = 1           
+               Minimized = 1           
         }
 }
-#endif