Piotr Caban : msvcrt: Use get_locinfo instead of get_locale.
Module: wine Branch: master Commit: 6991ac0331554fc91820212d448e884e8e034f10 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6991ac0331554fc91820212d44... Author: Piotr Caban <piotr(a)codeweavers.com> Date: Tue May 24 17:22:32 2011 +0200 msvcrt: Use get_locinfo instead of get_locale. --- dlls/msvcrt/ctype.c | 44 +++++++++++++------- dlls/msvcrt/file.c | 2 +- dlls/msvcrt/locale.c | 12 +++++- dlls/msvcrt/mbcs.c | 107 +++++++++++++++++++++++++++---------------------- dlls/msvcrt/msvcrt.h | 2 +- dlls/msvcrt/printf.h | 55 +++++++++++++------------ dlls/msvcrt/scanf.h | 9 +++- dlls/msvcrt/string.c | 52 ++++++++++++++++-------- dlls/msvcrt/wcs.c | 22 ++++++---- 9 files changed, 182 insertions(+), 123 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6991ac0331554fc9182021...
participants (1)
-
Alexandre Julliard