include: Add LOCALE_[SLOCALIZEDDISPLAYNAME|ALLOW_NEUTRAL_NAMES] definitions.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45079 Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a87097ba89
commit
62b64a1f6f
|
@ -169,10 +169,12 @@ extern "C" {
|
|||
#define LOCALE_USE_CP_ACP 0x40000000
|
||||
#define LOCALE_RETURN_NUMBER 0x20000000
|
||||
#define LOCALE_RETURN_GENITIVE_NAMES 0x10000000
|
||||
#define LOCALE_ALLOW_NEUTRAL_NAMES 0x08000000
|
||||
|
||||
/* Locale information types */
|
||||
#define LOCALE_ILANGUAGE 0x0001
|
||||
#define LOCALE_SLANGUAGE 0x0002
|
||||
#define LOCALE_SLOCALIZEDDISPLAYNAME 0x0002
|
||||
#define LOCALE_SENGLANGUAGE 0x1001
|
||||
#define LOCALE_SENGLISHLANGUAGENAME 0x1001
|
||||
#define LOCALE_SABBREVLANGNAME 0x0003
|
||||
|
|
Loading…
Reference in New Issue