[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / ProcessModelComImpersonationLevel.cs
index e25fc8adc42514c5075adef5c8d80e22ae245655..dbc587fa8337dfbd8d115a3436e8a7717e63323a 100644 (file)
@@ -26,7 +26,6 @@
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 namespace System.Web.Configuration
 {
         public enum ProcessModelComImpersonationLevel
@@ -38,4 +37,3 @@ namespace System.Web.Configuration
                 Impersonate
         }
 }
-#endif