Sergio Gómez Del Real : kernel32: Implement FindNLSStringEx.
Module: wine Branch: master Commit: 2d74a4ff43284c35447ed2a915b0b5b3e40748f1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=2d74a4ff43284c35447ed2a91... Author: Sergio Gómez Del Real <sdelreal(a)codeweavers.com> Date: Tue Mar 13 09:09:45 2018 -0500 kernel32: Implement FindNLSStringEx. Signed-off-by: Sergio Gómez Del Real <sdelreal(a)codeweavers.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- .../api-ms-win-core-localization-l1-1-0.spec | 2 +- .../api-ms-win-core-localization-l1-2-0.spec | 2 +- .../api-ms-win-core-localization-l1-2-1.spec | 2 +- dlls/kernel32/kernel32.spec | 2 +- dlls/kernel32/locale.c | 51 +++++++++ dlls/kernel32/tests/locale.c | 115 +++++++++++++++++++++ dlls/kernelbase/kernelbase.spec | 2 +- include/winnls.h | 5 + 8 files changed, 176 insertions(+), 5 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2d74a4ff43284c35447ed...
participants (1)
-
Alexandre Julliard