Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / SYSKIND.cs
index 4856ea12cacf466a11bb47b3eab84160d5278a62..d57203dffb9b63872cbeb464f7ceb135ed30c6c4 100644 (file)
@@ -32,10 +32,8 @@ using System;
 
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [Obsolete]
-#endif
-       [Serializable, ComVisible (false)]
+       [Serializable]
        public enum SYSKIND
        {
                SYS_WIN16 = 0,