On 21.04.2020 19:40, Martin Storsjö wrote:
I don't think particularly that is a good idea here. windowsapp is a replacement for kernel32 and a few other dlls, but the CRT in this case is libucrt.a (which links against the api-ms-win-crt-*) which also can be used for normal desktop things.
What I'm suggesting would result in a separated crt, say libucrtapp.a, which you would use instead of libucrt.a. On build system side, we'd just use exactly the same sources as libucrt.a, except that we'd have a macro that we'd use to disable unavailable nice-to-have features like this.
The same thing can be done with other stubs from the compat code. Jacek _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
