[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.Compilation / BuildProviderAppliesToAttribute.cs
index b9302aad859c80341005532837393a338a713a5d..3ec58fefcc369d9a15685f44f04c5b72c870a51a 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //     Chris Toshok (toshok@ximian.com)
 //
-// (C) 2006 Novell, Inc (http://www.novell.com)
+// (C) 2006-2009 Novell, Inc (http://www.novell.com)
 //
 
 //
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
-namespace System.Web.Compilation {
-
+namespace System.Web.Compilation
+{
        [AttributeUsage (AttributeTargets.Class)]
        public sealed class BuildProviderAppliesToAttribute : Attribute
        {
@@ -49,4 +47,4 @@ namespace System.Web.Compilation {
 
 }
 
-#endif
+