Hi, I noticed that mingw-w64's `locale.h` is missing declaration of `_wcreate_locale` function.
I examined output of `dumpbin.exe -exports` on some msvcr*.dll that I have on my system and it seems that this function is only available starting with msvcr110.dll. Microsoft documentation (https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/create-locale-wcreate-locale) also specifies that this function may be declared in `wchar.h`. - Kirill Makurin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
