Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UCOMIEnumMoniker.cs
index d24fe2d2882c8018367ba045aec7aaff4295e57b..bb0d59519eab22c455acec615ef90b6033615230 100644 (file)
@@ -26,6 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
        [Obsolete]
@@ -43,3 +44,4 @@ namespace System.Runtime.InteropServices
                void Clone (out UCOMIEnumMoniker ppenum);
        }
 }
+#endif