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