mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
* Update LANG_CORNISH definition.
svn path=/trunk/; revision=60264
This commit is contained in:
parent
7216a59cb1
commit
0d5813e3c5
3 changed files with 3 additions and 3 deletions
|
@ -381,7 +381,7 @@
|
|||
|
||||
//#include "nls/wal.nls" /* 0x0490 LANG_WALON, SUBLANG_DEFAULT */
|
||||
|
||||
//#include "nls/cor.nls" /* 0x0491 LANG_CORNISH, SUBLANG_DEFAULT */
|
||||
//#include "nls/cor.nls" /* 0x0492 LANG_CORNISH, SUBLANG_DEFAULT */
|
||||
|
||||
//#include "nls/gae.nls" /* 0x0494 LANG_GAELIC, SUBLANG_GAELIC */
|
||||
//#include "nls/gdh.nls" /* 0x0894 LANG_GAELIC, SUBLANG_GAELIC_SCOTTISH */
|
||||
|
|
|
@ -161,7 +161,7 @@ typedef DWORD LCID;
|
|||
/* non standard; keep the number high enough (but < 0xff) */
|
||||
#define LANG_ESPERANTO 0x8f
|
||||
#define LANG_WALON 0x90
|
||||
#define LANG_CORNISH 0x91
|
||||
#define LANG_CORNISH 0x92
|
||||
#define LANG_GAELIC 0x94
|
||||
|
||||
/* Sublanguage definitions */
|
||||
|
|
|
@ -1196,7 +1196,7 @@ typedef enum {
|
|||
/* FIXME: non-standard */
|
||||
#define LANG_ESPERANTO 0x8f
|
||||
#define LANG_WALON 0x90
|
||||
#define LANG_CORNISH 0x91
|
||||
#define LANG_CORNISH 0x92
|
||||
|
||||
/* FIXME: not present in the official headers */
|
||||
#define LANG_MALAGASY 0x8d
|
||||
|
|
Loading…
Reference in a new issue