Module: wine Branch: master Commit: 123b6fec22e3e4ab832b5af7fa1e3f960924d38b URL: http://source.winehq.org/git/wine.git/?a=commit;h=123b6fec22e3e4ab832b5af7fa...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 16 22:11:19 2006 +0100
kernel32: Rewrote the locale matching to match more elements and to support Windows-format locale names.
Added implementation for LocaleNameToLCID and LCIDToLocaleName.
---
dlls/kernel32/locale.c | 560 ++++++++++++++++++++++++++---------------------- include/winnls.h | 21 ++ 2 files changed, 330 insertions(+), 251 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=123b6fec22e3e4ab832b5a...