Module: wine Branch: master Commit: b631c147027c35fae5a8f5afef903958cadbed0a URL: https://source.winehq.org/git/wine.git/?a=commit;h=b631c147027c35fae5a8f5afe...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 22 10:31:58 2022 +0100
ntdll: Reimplement RtlLocaleNameToLcid() using the locale.nls data.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/locale.c | 90 +++++++++++++------------- dlls/ntdll/locale.c | 146 +++++++++++++------------------------------ 2 files changed, 91 insertions(+), 145 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b631c147027c35fae5a8f...