[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls.WebParts / PartChromeState.cs
index 8ff8f027384e07bc81d99c17ed18bfb6a28b0cf0..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 {
                 Normal = 0,
                Minimized = 1           
         }
 }
-#endif