* Makefile.am: Build `docs` after `runtime`, so that it can depend
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / DESCKIND.cs
old mode 100755 (executable)
new mode 100644 (file)
index 525ee2a..e8392a5
@@ -34,9 +34,10 @@ namespace System.Runtime.InteropServices
 {
 #if NET_2_0
        [Obsolete]
+#else
+       [ComVisible(false)]
 #endif
        [Serializable]
-       [ComVisible(false)]
        public enum DESCKIND {
                DESCKIND_NONE = 0,
                DESCKIND_FUNCDESC = 1,