[PATCH] msvcrt: Avoid passing an invalid LCID to LCMapStringW.

Akihiro Sagawa sagawa.aki at gmail.com
Wed Jun 8 07:38:02 CDT 2022


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 c2a455a20d7b5124bab0086df75178d8c53f27ef.

Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
---
 dlls/msvcrt/mbcs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvcrt-Avoid-passing-an-invalid-LCID-to-LCMapStringW.patch
Type: text/x-patch
Size: 672 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220608/61a8cb35/attachment.bin>


More information about the wine-devel mailing list