Merge pull request #3566 from ntherning/fix-time-zone-issues-on-windows
[mono.git] / mcs / class / corlib / System.Security.AccessControl / EventWaitHandleRights.cs
index 14fc10cb4f5e3b8b1530e2c23f36c60215c390b5..e19fd2e25146269f2f2a5603895168c54888e91c 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Security.AccessControl {
 
        [Flags]
@@ -41,5 +39,3 @@ namespace System.Security.AccessControl {
                FullControl             = 0x1F0003      /* not 0x1F0002 according to corcompare */
        }
 }
-
-#endif