Module: wine Branch: master Commit: 6517f6c239e9f6b7909daefa3680365bbbdbbe1f URL: https://source.winehq.org/git/wine.git/?a=commit;h=6517f6c239e9f6b7909daefa3...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Apr 7 11:21:21 2022 +0200
kernelbase: Implement NlsValidateLocale().
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/locale.c | 82 +++++++++++++++++++++++++++++++++++++++++ dlls/kernelbase/kernelbase.spec | 2 +- dlls/kernelbase/locale.c | 46 ++++++++++++----------- 3 files changed, 108 insertions(+), 22 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6517f6c239e9f6b7909da...