It seems like the MinGW-w64 headers provide a declaration for strlwr_l but
it doesn't really work. On MSDN I do not see anything about that function,
but I do see the similarly named function _strlwr_l.
_strlwr_l is defined in libmsvcrt.a, but it is not mentioned in the
MinGW-w64 headers. That s
What library is strlwr_l supposed to come from? I have a lew of link errors
due to missing wide
char functions, but I have not been able to figure out which library to use. I
am using the most
up to date MSYS2 + the package for the GCC toolchain (GCC 10.2), with no
modifications, but have had