Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / LIBFLAGS.cs
index 6b0c4806fb8d77922c265818e968a570cbf0fb9a..f58f6a608dc8263e4e55178df29210b114796d38 100644 (file)
@@ -32,7 +32,8 @@ using System;
 
 namespace System.Runtime.InteropServices
 {
-       [Flags, ComVisible (false)]
+       [Obsolete]
+       [Flags, Serializable]
        public enum LIBFLAGS
        {
                LIBFLAG_FRESTRICTED = 1,