File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
class/corlib/System.Runtime.InteropServices Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ profile-check:
1111 @:
1212
1313DEFAULT_REFERENCES = mscorlib
14- PROFILE_MCS_FLAGS = -d:NET_4_0 -d:NET_4_5 -d:NET_4_6 -d:MONO -d:UNITY_JIT -d:UNITY -d:WIN_PLATFORM -nowarn:1699 -nostdlib $(PLATFORM_DEBUG_FLAGS )
14+ PROFILE_MCS_FLAGS = -d:NET_4_0 -d:NET_4_5 -d:NET_4_6 -d:MONO -d:UNITY_JIT -d:UNITY -d:WIN_PLATFORM -d:DISABLE_COM - nowarn:1699 -nostdlib $(PLATFORM_DEBUG_FLAGS )
1515API_BIN_PROFILE = v4.7.1
1616
1717FRAMEWORK_VERSION = 4.5
Original file line number Diff line number Diff line change @@ -856,7 +856,7 @@ public static object GetUniqueObjectForIUnknown (IntPtr unknown)
856856 throw new PlatformNotSupportedException ( ) ;
857857 }
858858
859- #if ! MOBILE || UNITY_AOT
859+ #if ! MOBILE && ! UNITY
860860 [ MethodImplAttribute ( MethodImplOptions . InternalCall ) ]
861861 public extern static bool IsComObject ( object o ) ;
862862#else
You can’t perform that action at this time.
0 commit comments