[utils] Fix force inlining compilation error with gcc on linux
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / BINDPTR.cs
index 0928f6161ac49ef40219586a771988680dc49fd3..bf88b9e6cc0bdb7257b64a0a9389a1ae1a7a6fb0 100644 (file)
 // Kazuki Oikawa (kazuki@panicode.com)
 //
 // (C) 2002 Ximian, Inc.
-#if NET_2_0
 using System;
 
 namespace System.Runtime.InteropServices.ComTypes
 {
-       [ComVisible(false)]
        [StructLayout (LayoutKind.Explicit, CharSet = CharSet.Unicode)]
        public struct BINDPTR {
                [FieldOffset (0)] 
@@ -44,4 +42,3 @@ namespace System.Runtime.InteropServices.ComTypes
                public IntPtr lpvardesc;
        }
 }
-#endif