Fixed bug where using ResXResourceWriter filename ctor caused corrupted output
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / PowerLineStatus.cs
index d3f1f54caea647857d7e32afd27563c9ce681c7e..71ae2ad849c6867268fc48a695f0515f2bc0a99e 100644 (file)
@@ -27,7 +27,6 @@
 //
 
 
-#if NET_2_0
 namespace System.Windows.Forms
 {
        public enum PowerLineStatus
@@ -37,4 +36,3 @@ namespace System.Windows.Forms
                Unknown = 255
        }
 }
-#endif
\ No newline at end of file