[PATCH 3/3] include: Add LOCALE_[SLOCALIZEDDISPLAYNAME|ALLOW_NEUTRAL_NAMES] definitions.

Gijs Vermeulen gijsvrm at gmail.com
Sun Oct 21 17:53:46 CDT 2018


Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45079
Signed-off-by: Gijs Vermeulen <gijsvrm at gmail.com>
---
 include/winnls.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/winnls.h b/include/winnls.h
index 7475f97051..9131f81d52 100644
--- a/include/winnls.h
+++ b/include/winnls.h
@@ -165,6 +165,8 @@ extern "C" {
 #define LOCALE_SPECIFICDATA         0x20
 
 /* Locale flags */
+#define LOCALE_SLOCALIZEDDISPLAYNAME  0x00000002
+#define LOCALE_ALLOW_NEUTRAL_NAMES    0x08000000
 #define LOCALE_NOUSEROVERRIDE         0x80000000
 #define LOCALE_USE_CP_ACP             0x40000000
 #define LOCALE_RETURN_NUMBER          0x20000000
-- 
2.19.1




More information about the wine-devel mailing list