Merge pull request #498 from Unroll-Me/master
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _LocalBuilder.cs
index dd6e82792881fce10197bcfb83a9b29703dbfda0..7d6683b49835f8d870dd00fb31dd3fe0f0fdc0ff 100644 (file)
 // 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 ("4E6350D1-A08B-3DEC-9A3E-C465F9AEEC0C")]
@@ -51,5 +48,4 @@ namespace System.Runtime.InteropServices {
                        IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
        }
 }
-
 #endif