X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FMicrosoft.Win32%2FSessionSwitchReason.cs;h=0d1ccd8515f442364c3320777cc3a256e2fe1fbc;hb=48292550e883d1c4bab634c0eb285246d5b52fce;hp=31c13d61b9efbbb0187d44df7718e8450eb6ff38;hpb=9d61782c6e2392d7ceec2006b35be582598a70ae;p=mono.git diff --git a/mcs/class/System/Microsoft.Win32/SessionSwitchReason.cs b/mcs/class/System/Microsoft.Win32/SessionSwitchReason.cs index 31c13d61b9e..0d1ccd8515f 100644 --- a/mcs/class/System/Microsoft.Win32/SessionSwitchReason.cs +++ b/mcs/class/System/Microsoft.Win32/SessionSwitchReason.cs @@ -26,8 +26,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 - namespace Microsoft.Win32 { public enum SessionSwitchReason { @@ -42,5 +40,3 @@ namespace Microsoft.Win32 { SessionRemoteControl } } - -#endif