On Sun, 24 Mar 2019 00:08:41 +0200 (EET) Martin Storsjö <[email protected]> wrote:
> The support for the UCRT, which is what you want, isn't that trivial to > backport - it's rather many changes in many places. > > The best way to use it is to rebuild mingw-w64 from scratch with both headers > and crt built with --with-default-msvcrt=ucrt (or ucrtbase). Then your > "libmsvcrt.a" actually will be the libucrt.a (or libucrtbase.a) and will link > against api-ms-win-crt-*.dll or ucrtbase.dll. (VS 2017 by default links > against api-ms-win-crt-*.dll if linking the CRT dynamically.) > > You don't need to care about moldnames, in modern mingw-w64 versions that's > an empty library. And vcruntime140 doesn't matter either, you don't need it > (unless you are packaging an app for windows store). > > // Martin BTW, is our UCRT support documented *anywhere*? _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
