From 35ab538802cf8a2101deb68a39975a18af016f6d Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Fri, 19 Nov 2004 13:00:12 +0000 Subject: [PATCH] Add more non-standard LANG_* ids. svn path=/trunk/; revision=11699 --- reactos/include/wine/winnt.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/reactos/include/wine/winnt.h b/reactos/include/wine/winnt.h index 310c0c67c1d..7af97629496 100644 --- a/reactos/include/wine/winnt.h +++ b/reactos/include/wine/winnt.h @@ -31,6 +31,20 @@ #define LANG_WELSH 0x92 #define LANG_BRETON 0x93 +/* FIXME: these are not in the Windows header */ +#define LANG_GAELIC 0x3c +#define LANG_MALTESE 0x3a +#define LANG_MAORI 0x28 +#define LANG_RHAETO_ROMANCE 0x17 +#define LANG_SAAMI 0x3b +#define LANG_SORBIAN 0x2e +#define LANG_SUTU 0x30 +#define LANG_TSONGA 0x31 +#define LANG_TSWANA 0x32 +#define LANG_VENDA 0x33 +#define LANG_XHOSA 0x34 +#define LANG_ZULU 0x35 + #define WINE_UNUSED __attribute__((unused)) #endif /* __WINE_WINNT_H */