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