Merge pull request #5021 from BrzVlad/fix-parallel-fixes
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _CustomAttributeBuilder.cs
index ac785c18e71faf131405cbc54c957e9e75421857..412d7bb5b1f3de012053319aee9207cc53d0d5db 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 ("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")]
@@ -51,5 +48,4 @@ namespace System.Runtime.InteropServices {
                        IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
        }
 }
-
 #endif