Moved TestConfiguration.cs to Npgsql.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / TypeLibTypeFlags.cs
old mode 100755 (executable)
new mode 100644 (file)
index b66b595..b50af1f
@@ -29,6 +29,9 @@
 //
 
 namespace System.Runtime.InteropServices {
+#if NET_2_0
+       [ComVisible(true)]
+#endif
        [Flags] [Serializable]
        public enum TypeLibTypeFlags {
                FAppObject = 1,