X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2F_CustomAttributeBuilder.cs;h=412d7bb5b1f3de012053319aee9207cc53d0d5db;hb=2eb33cebf5d9669671d3023535456e9c9cf084f7;hp=ac785c18e71faf131405cbc54c957e9e75421857;hpb=b2262f41726a89c8209facb3ea9e4be9582422b5;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices/_CustomAttributeBuilder.cs b/mcs/class/corlib/System.Runtime.InteropServices/_CustomAttributeBuilder.cs index ac785c18e71..412d7bb5b1f 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices/_CustomAttributeBuilder.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices/_CustomAttributeBuilder.cs @@ -27,14 +27,11 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_1_1 - +#if !FULL_AOT_RUNTIME using System.Reflection.Emit; namespace System.Runtime.InteropServices { -#if NET_2_0 [ComVisible (true)] -#endif [CLSCompliant (false)] [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)] [Guid ("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")] @@ -51,5 +48,4 @@ namespace System.Runtime.InteropServices { IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr); } } - #endif