On Wed, 8 Jul 2026, Kirill Makurin wrote:
The only question left is whether it is ok to add corecrt_wlocale.h (to de-duplicate declarations in locale.h and wchar.h), which does not exist in MSVC.
As both Jacek and LH have said already, using such a name (which looks like a MSVC header) when MSVC doesn't have something similar, probably is a bad idea.
It's probably fine to share it if you add the shared code in something like _mingw_locale.h or so.
// Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
