Xamarin-4959: Fix copy of clipboard data after app exits
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ToolStripDropDownCloseReason.cs
index 2a8498d99e7a6d265720f44cca1ec4d00919d40c..9684e94762552ea090815d6229effbbf141981b9 100644 (file)
@@ -27,7 +27,6 @@
 //
 
 
-#if NET_2_0
 namespace System.Windows.Forms
 {
        public enum ToolStripDropDownCloseReason
@@ -39,4 +38,3 @@ namespace System.Windows.Forms
                CloseCalled = 4
        }
 }
-#endif
\ No newline at end of file