Alexandre Julliard : kernelbase: Implement GetNLSVersion/GetNLSVersionEx().
Module: wine Branch: master Commit: 86522976c9d5d9f7222ba731c2bd7c0435496f6d URL: https://source.winehq.org/git/wine.git/?a=commit;h=86522976c9d5d9f7222ba731c... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Mar 20 12:54:36 2020 +0100 kernelbase: Implement GetNLSVersion/GetNLSVersionEx(). Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernel32/kernel32.spec | 4 +- dlls/kernel32/tests/locale.c | 133 ++++++++++++++++++++++++++++++++++++++++ dlls/kernelbase/kernelbase.spec | 4 +- dlls/kernelbase/locale.c | 54 ++++++++++++++++ include/winnls.h | 7 +++ 5 files changed, 198 insertions(+), 4 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=86522976c9d5d9f7222ba...
participants (1)
-
Alexandre Julliard