Module: wine
Branch: master
Commit: 2b01f6e07cb6821bd94f58703331ac778f8b0ab7
URL: http://source.winehq.org/git/wine.git/?a=commit;h=2b01f6e07cb6821bd94f58703…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Nov 16 22:11:58 2006 +0100
kernel32: Use the appropriate Unix locale for GetLocaleInfo when a default LCID is used.
For instance LOCALE_SDATE is looked up in the lcid corresponding to
LC_TIME, LOCALE_IDIGITS in the LC_NUMERIC lcid, etc.
---
dlls/kernel32/lcformat.c | 2 +
dlls/kernel32/locale.c | 300 ++++++++++++++++++++++++++++++++++++----------
dlls/kernel32/time.c | 2 -
3 files changed, 240 insertions(+), 64 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2b01f6e07cb6821bd94f5…