[corlib] Updates api
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _EnumBuilder.cs
index 5af882cc34b68f00e18138ef198ba00c15d9cb3e..139ede6c6cce4e0c957ee0c75291a9b8721d24f4 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 ("C7BD73DE-9F85-3290-88EE-090B8BDFE2DF")]
@@ -51,5 +48,4 @@ namespace System.Runtime.InteropServices {
                        IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
        }
 }
-
 #endif