Merge pull request #1718 from madewokherd/sgenthreadcleanup
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / PARAMFLAG.cs
index 5d27861c94b5c083bf659fdabcfe3868ed5d1cbd..5715c8f2fdad78082c06c5a29bccab5efaa6dcd5 100644 (file)
@@ -32,10 +32,9 @@ using System;
 
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [Obsolete]
-#endif
-       [Flags, Serializable, ComVisible (false)]
+       [Serializable]
+       [Flags]
        public enum PARAMFLAG
        {
                PARAMFLAG_NONE = 0,