Module: wine Branch: master Commit: e9a1ff11302bbcbb3db68fa4bbd827a7958067ca URL: https://source.winehq.org/git/wine.git/?a=commit;h=e9a1ff11302bbcbb3db68fa4b...
Author: Piotr Caban piotr@codeweavers.com Date: Mon Nov 30 14:37:48 2020 +0100
msvcrt: Use locale category definiotion from public header.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/ctype.c | 7 +- dlls/msvcrt/locale.c | 226 +++++++++++++++++++++++++-------------------------- dlls/msvcrt/msvcrt.h | 9 -- dlls/msvcrt/string.c | 28 +++---- dlls/msvcrt/wcs.c | 30 +++---- 5 files changed, 146 insertions(+), 154 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e9a1ff11302bbcbb3db68...