[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UCOMIEnumConnections.cs
index 92ee2ec7afb62e2fbeed4179f95889e5dd9893dd..abfb10c8182f26b3915a57aff8bb3923003b3b72 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 UCOMIEnumConnections ppenum);
        }
 }
+#endif