include: Add LOCALE_INVARIANT definition.

This commit is contained in:
Mariusz Pluciński 2010-09-13 13:30:33 +02:00 committed by Alexandre Julliard
parent a2322e3735
commit cde2a4150c
1 changed files with 1 additions and 0 deletions

View File

@ -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)