mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[KERNEL32] Sync NLS RC files with wine 6.7
Mostly for having them UTF-8 encoded
This commit is contained in:
parent
802665a4ac
commit
523912536e
154 changed files with 7856 additions and 3297 deletions
|
@ -1081,6 +1081,24 @@ $endif(_WINNT_)
|
|||
#define LANG_YORUBA 0x6a
|
||||
#define LANG_ZULU 0x35
|
||||
|
||||
#ifdef __REACTOS__
|
||||
/* WINE extensions */
|
||||
/* These are documented by the MSDN but are missing from the Windows header */
|
||||
#define LANG_MALAGASY 0x8d
|
||||
|
||||
/* FIXME: these are not defined anywhere */
|
||||
#define LANG_SUTU 0x30
|
||||
#define LANG_TSONGA 0x31
|
||||
#define LANG_VENDA 0x33
|
||||
|
||||
/* non standard; keep the number high enough (but < 0xff) */
|
||||
#define LANG_ASTURIAN 0xa5
|
||||
#define LANG_ESPERANTO 0x8f
|
||||
#define LANG_WALON 0x90
|
||||
#define LANG_CORNISH 0x92
|
||||
#define LANG_MANX_GAELIC 0x94
|
||||
#endif
|
||||
|
||||
#define SUBLANG_NEUTRAL 0x00
|
||||
#define SUBLANG_DEFAULT 0x01
|
||||
#define SUBLANG_SYS_DEFAULT 0x02
|
||||
|
@ -1326,6 +1344,15 @@ $endif(_WINNT_)
|
|||
#define SUBLANG_YORUBA_NIGERIA 0x01
|
||||
#define SUBLANG_ZULU_SOUTH_AFRICA 0x01
|
||||
|
||||
#ifdef __REACTOS__
|
||||
/* WINE extensions */
|
||||
#define SUBLANG_DUTCH_SURINAM 0x03
|
||||
#define SUBLANG_ROMANIAN_MOLDAVIA 0x02
|
||||
#define SUBLANG_RUSSIAN_MOLDAVIA 0x02
|
||||
#define SUBLANG_LITHUANIAN_CLASSIC 0x02
|
||||
#define SUBLANG_MANX_GAELIC 0x01
|
||||
#endif
|
||||
|
||||
#define SORT_DEFAULT 0x0
|
||||
#define SORT_INVARIANT_MATH 0x1
|
||||
#define SORT_JAPANESE_XJIS 0x0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue