X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2F_LocalBuilder.cs;h=7d6683b49835f8d870dd00fb31dd3fe0f0fdc0ff;hb=9f3ef8e4bac11601a2cf2670cbab337e6276103b;hp=63c337f2abb9b4b0674b60c2474c129b5ae4467c;hpb=8ef4e4703172fd32ada3f74b22df5203b4683493;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices/_LocalBuilder.cs b/mcs/class/corlib/System.Runtime.InteropServices/_LocalBuilder.cs index 63c337f2abb..7d6683b4983 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices/_LocalBuilder.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices/_LocalBuilder.cs @@ -27,6 +27,7 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // +#if !FULL_AOT_RUNTIME using System.Reflection.Emit; namespace System.Runtime.InteropServices { @@ -47,3 +48,4 @@ namespace System.Runtime.InteropServices { IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr); } } +#endif