Relocating the original post:
Hey folks, does anyone know if there's a way to compile a multiplatform project via clang-cl or MSVC instead of MinGW? I'm trying to do some kotlin native development for Windows only, and I'd like to interop with
https://github.com/microsoft/Detours which uses a few Microsoft extensions to C (such as
__try
for SEH) and a few MSVC preprocessor flags.