Merge pull request #1173 from Serguzest/upstream
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UCOMIRunningObjectTable.cs
index a96c631999aed653ad317feab312bd3e1c654992..c4fc29df1d1390a4599380fd619c30c36af98496 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-using System;
-
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [Obsolete]
-#endif
        [ComImport]
        [Guid ("00000010-0000-0000-c000-000000000046")]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
@@ -49,3 +46,4 @@ namespace System.Runtime.InteropServices
                void EnumRunning (out UCOMIEnumMoniker ppenumMoniker);
        }
 }
+#endif