Fixed ntdll_wcstoumbs and WideCharToMultiByte to set the 'used' flag
commit769a4bb5864b49aa8af7c1047bb2d8c93061adbd
authorAlexandre Julliard <julliard@winehq.org>
Mon, 19 Apr 2004 03:05:07 +0000 (19 03:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Apr 2004 03:05:07 +0000 (19 03:05 +0000)
tree73371a946b02eb0bea7b207048cf96e69bbcfd69
parent0a5e2c5c5ef477de98385d95561cb117395f7cda
Fixed ntdll_wcstoumbs and WideCharToMultiByte to set the 'used' flag
for UTF-8 codepage too. This was causing DIR_nt_to_unix to fail in
some cases (tracked down with help from Alex Pasadyn).
dlls/kernel/locale.c
dlls/ntdll/rtlstr.c