Alexandre Julliard : ntdll: Implement RtlLocaleNameToLcid().

Alexandre Julliard julliard at winehq.org
Tue Nov 19 16:35:21 CST 2019


Module: wine
Branch: master
Commit: 7ac7a902c87d7d82e6b2431b8a44260eb5149ce5
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7ac7a902c87d7d82e6b2431b8a44260eb5149ce5

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Nov 19 10:08:27 2019 +0100

ntdll: Implement RtlLocaleNameToLcid().

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/tests/locale.c |  79 ++++++++++++++++++++++--
 dlls/ntdll/loader.c          |   2 +
 dlls/ntdll/locale.c          | 142 +++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/ntdll.spec        |   1 +
 dlls/ntdll/ntdll_misc.h      |   1 +
 include/winternl.h           |   1 +
 6 files changed, 221 insertions(+), 5 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=7ac7a902c87d7d82e6b2431b8a44260eb5149ce5



More information about the wine-cvs mailing list