Mariusz Pluciński : include: Add LOCALE_INVARIANT definition.
Module: wine Branch: master Commit: cde2a4150ca9f4056a7dd35e3abcf5414010805a URL: http://source.winehq.org/git/wine.git/?a=commit;h=cde2a4150ca9f4056a7dd35e3a... Author: Mariusz Pluciński <vshader(a)gmail.com> Date: Mon Sep 13 13:30:33 2010 +0200 include: Add LOCALE_INVARIANT definition. --- include/winnt.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/winnt.h b/include/winnt.h index e3ccd8d..b1f98ff 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -1950,6 +1950,7 @@ NTSYSAPI void WINAPI RtlCaptureContext(CONTEXT*); #define LOCALE_SYSTEM_DEFAULT (MAKELCID(LANG_SYSTEM_DEFAULT, SORT_DEFAULT)) #define LOCALE_USER_DEFAULT (MAKELCID(LANG_USER_DEFAULT, SORT_DEFAULT)) #define LOCALE_NEUTRAL (MAKELCID(MAKELANGID(LANG_NEUTRAL,SUBLANG_NEUTRAL),SORT_DEFAULT)) +#define LOCALE_INVARIANT (MAKELCID(MAKELANGID(LANG_INVARIANT,SUBLANG_NEUTRAL),SORT_DEFAULT)) #define UNREFERENCED_PARAMETER(u) (void)(u) #define DBG_UNREFERENCED_PARAMETER(u) (void)(u)
participants (1)
-
Alexandre Julliard