Add missing constants in winnt.h

Fix svn properties

svn path=/trunk/; revision=29975
This commit is contained in:
Hervé Poussineau 2007-10-30 10:47:24 +00:00
parent fba0d4a997
commit 6d815bb00a
7 changed files with 422 additions and 425 deletions

View file

@ -0,0 +1 @@
#include "../../psdk/guiddef.h"

View file

@ -1,3 +1 @@
#include "../../psdk/windef.h" #include "../../psdk/windef.h"

View file

@ -1,4 +1,4 @@
/* $Id$ /* $Id: winnetwk.h 20909 2006-01-15 22:25:16Z gvg $
* *
* Compatibility header * Compatibility header
* *

View file

@ -22,12 +22,10 @@
#define __WINE_WINNT_H #define __WINE_WINNT_H
#include_next <winnt.h> #include_next <winnt.h>
#include <w32api.h>
#include <stddef.h>
/* non standard; keep the number high enough (but < 0xff) */ /* non standard; keep the number high enough (but < 0xff) */
#define LANG_ESPERANTO 0x8f #define LANG_ESPERANTO 0x8f
#define LANG_WALON 0x90 #define LANG_WALON 0x90
#define LANG_CORNISH 0x91 #define LANG_CORNISH 0x91
#define LANG_WELSH 0x92 #define LANG_WELSH 0x92
#define LANG_BRETON 0x93 #define LANG_BRETON 0x93
@ -35,12 +33,12 @@
/* FIXME: these are not in the Windows header */ /* FIXME: these are not in the Windows header */
#define LANG_GAELIC 0x94 #define LANG_GAELIC 0x94
#define LANG_MALTESE 0x3a #define LANG_MALTESE 0x3a
#define LANG_RHAETO_ROMANCE 0x17 #define LANG_ROMANSH 0x17
#define LANG_SAAMI 0x3b #define LANG_SAAMI 0x3b
#define LANG_SORBIAN 0x2e
#define LANG_LOWER_SORBIAN 0x2e #define LANG_LOWER_SORBIAN 0x2e
#define LANG_UPPER_SORBIAN 0x2e #define LANG_UPPER_SORBIAN 0x2e
#define LANG_SUTU 0x30 #define LANG_SUTU 0x30
#define LANG_TAJIK 0x28
#define LANG_TSONGA 0x31 #define LANG_TSONGA 0x31
#define LANG_TSWANA 0x32 #define LANG_TSWANA 0x32
#define LANG_VENDA 0x33 #define LANG_VENDA 0x33