X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2F_FieldBuilder.cs;h=c29f412456e0892f864fd1b3825a6946582c49aa;hb=03c7f4f63b224fed3a644a79a5f3c450852d4d96;hp=6561af93f90e4cb56e0317398cc6b5e2b3163abb;hpb=75df74a96c33af7a99e16e4281272f1b67334a48;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices/_FieldBuilder.cs b/mcs/class/corlib/System.Runtime.InteropServices/_FieldBuilder.cs index 6561af93f90..c29f412456e 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices/_FieldBuilder.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices/_FieldBuilder.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 ("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")]