[System] Process.WaitForExit now triggers event Exited.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / IDLFLAG.cs
index 536fb82176b5bbeaa15bb95639c253922f1df849..a2334df3303fa8a7c7a99a7157ed394150e03d1b 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
 using System;
 
 namespace System.Runtime.InteropServices.ComTypes
 {
-       [Flags, Serializable, ComVisible (false)]
+       [Flags, Serializable]
        public enum IDLFLAG
        {
                IDLFLAG_NONE = 0,
@@ -43,4 +42,3 @@ namespace System.Runtime.InteropServices.ComTypes
                IDLFLAG_FRETVAL = 8
        }
 }
-#endif