You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's just dead code now: we never enable mono's built-in COM support on any configuration. If there's a need to support COM with Mono, we should instead focus on the COM interop generator.
In particular, we should delete code like:
if (MONO_CLASS_IS_IMPORT(...)) {
// COM stuff
...
}
and
#ifndefDISABLE_COM// other COM stuff#endif
The text was updated successfully, but these errors were encountered:
It's just dead code now: we never enable mono's built-in COM support on any configuration. If there's a need to support COM with Mono, we should instead focus on the COM interop generator.
In particular, we should delete code like:
and
The text was updated successfully, but these errors were encountered: