Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45079 Signed-off-by: Gijs Vermeulen gijsvrm@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