Merge pull request #1109 from adbre/iss358
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UCOMIEnumString.cs
index 81097eb28d6753bf2ef75b57341b824229de7dd8..1f0599e28fe91e2aa41049f9b1cecc3453ddfc5c 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 ("00000101-0000-0000-c000-000000000046")]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
@@ -47,3 +46,4 @@ namespace System.Runtime.InteropServices
                void Clone (out UCOMIEnumString ppenum);
        }
 }
+#endif