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:
11
11
@:
12
12
13
13
DEFAULT_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 )
15
15
API_BIN_PROFILE = v4.7.1
16
16
17
17
FRAMEWORK_VERSION = 4.5
Original file line number Diff line number Diff line change @@ -856,7 +856,7 @@ public static object GetUniqueObjectForIUnknown (IntPtr unknown)
856
856
throw new PlatformNotSupportedException ( ) ;
857
857
}
858
858
859
- #if ! MOBILE || UNITY_AOT
859
+ #if ! MOBILE && ! UNITY
860
860
[ MethodImplAttribute ( MethodImplOptions . InternalCall ) ]
861
861
public extern static bool IsComObject ( object o ) ;
862
862
#else
You can’t perform that action at this time.
0 commit comments