mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 04:18:09 +00:00
include: Add LOCALE_INVARIANT definition.
This commit is contained in:
parent
a2322e3735
commit
cde2a4150c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user