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
The change made in #663 were overwritten by #709. This change restores the switch from `#import` to `#include`.
The reason for this change is: Clang's MSVC compatibility does not handle `#import` statements outside of of objc.
> #import of type library is an unsupported Microsoft feature
0 commit comments