AFAIK, it is not suggested to mix msvcrt and ucrt libraries. With mingw, programs are not "truely" linked statically with system crt. The compiled binaries also depends on msvcrt.dll or ucrtbase.dll. `_UCRT` can be used to distinguish those two crt. But that macro is used in headers/crt, not by compiler itself.
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
