wine/dlls/msvcrt
Akihiro Sagawa b4f20eec46 msvcrt: Avoid passing an invalid LCID to LCMapStringW.
Because it complains as follows on startup in Japanese locale:
002c:err:msvcrt:create_mbcinfo WideCharToMultiByte failed for cp 932, ret=0 (exp 196), error=122

This happens after commit c2a455a20d.

Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-06-09 13:20:13 +02:00
..
tests msvcrt/tests: Add test for ioinfo->exflag. 2022-04-05 17:48:59 +02:00
bnum.h
concurrency.c msvcrt: Use TICKSPERMSEC define in concurrency functions. 2022-04-25 22:15:15 +02:00
console.c
cpp.c
cppexcept.h
crt_gccmain.c
crt_main.c
crt_winmain.c
crt_wmain.c
crt_wwinmain.c
ctype.c
cxx.h
data.c
dir.c
environ.c
errno.c
except.c
except_arm.c
except_arm64.c
except_i386.c
except_x86_64.c
exit.c
file.c ucrtbase: Update ioinfo structure. 2022-04-05 17:50:57 +02:00
heap.c
iob.c
locale.c msvcrt: Reject UTF-8 locales in setlocale function. 2022-05-12 22:19:20 +02:00
lock.c
main.c
Makefile.in
math.c
mathf.c
mbcs.c msvcrt: Avoid passing an invalid LCID to LCMapStringW. 2022-06-09 13:20:13 +02:00
misc.c
msvcrt.h
msvcrt.spec msvcrt: Hook up __C_specific_handler and __jump_unwind for arm. 2022-05-16 20:46:49 +02:00
mtdll.h
onexit.c
printf.h
process.c
rsrc.rc
scanf.c
scanf.h
sincos.c
string.c msvcrt: Faster memcmp(). 2022-04-26 14:45:18 +02:00
thread.c
time.c
undname.c
wcs.c