Module: wine Branch: master Commit: 62b64a1f6f97f1f3cc30386367818691fab7117f URL: https://source.winehq.org/git/wine.git/?a=commit;h=62b64a1f6f97f1f3cc3038636...
Author: Gijs Vermeulen gijsvrm@gmail.com Date: Mon Oct 22 00:53:46 2018 +0200
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
---
include/winnls.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/winnls.h b/include/winnls.h index 7475f97..c8580bd 100644 --- a/include/winnls.h +++ b/include/winnls.h @@ -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