* ToolTask.cs (ProcessOuputTool): Move logging of tool
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.VisualStyles / CheckBoxState.cs
index 6eef6e62a93185e89fc324016478c29ae6b296fa..4d269f2bc3ae19066fee6ebe83a6a7a9562a46c2 100644 (file)
 //     Jonathan Pobst (monkey@jpobst.com)
 //
 
-#if NET_2_0
 namespace System.Windows.Forms.VisualStyles
 {
-       public enum CheckBoxState
+#if NET_2_0
+       public
+#endif
+       enum CheckBoxState
        {
                UncheckedNormal = 1,
                UncheckedHot = 2,
@@ -44,5 +46,4 @@ namespace System.Windows.Forms.VisualStyles
                MixedPressed = 11,
                MixedDisabled = 12
        }
-}
-#endif
\ No newline at end of file
+}
\ No newline at end of file