Merge pull request #910 from akoeplinger/cleanup-test-ignores
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / IDLDESC.cs
index 9fb56167a0fd11f3151c8ff622b93edd7abbac3b..94aa57d05a28e1731ab570670ee096cb0c383cba 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
 namespace System.Runtime.InteropServices.ComTypes
 {
-       [ComVisible (false)]
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct IDLDESC
        {
@@ -39,4 +37,3 @@ namespace System.Runtime.InteropServices.ComTypes
                public IDLFLAG wIDLFlags;
        }
 }
-#endif