Merge pull request #910 from akoeplinger/cleanup-test-ignores
[mono.git] / mcs / class / corlib / Microsoft.Win32 / RegistryHive.cs
index 29cc8db1957c68276f1c39f0519b22126ffbfb92..aa5e9d99276de0264ee927a2aa964fc146d85b92 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-using System;
+#if !NET_2_1
 
-#if NET_2_0
+using System;
 using System.Runtime.InteropServices;
-#endif
 
 namespace Microsoft.Win32
 {
 
        [Serializable]
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public enum RegistryHive
        {
                
@@ -53,3 +50,6 @@ namespace Microsoft.Win32
        }
 
 }
+
+#endif // NET_2_1
+