- LANG_WELSH and LANG_BRETON are present in newer official winnt.h (and our winnt.h), so no need to put hacked-up versions of them in "Wine compatibility" winnt.h.

- Don't define wchar_t in winnt.h (kudos to Colin Finck for this fix)
- Remove system_header

svn path=/trunk/; revision=37529
This commit is contained in:
Stefan Ginsberg 2008-11-21 21:27:30 +00:00
parent f39e2f8b84
commit f9798bcf09
2 changed files with 0 additions and 9 deletions

View file

@ -1,8 +1,5 @@
#ifndef _WINNT_H
#define _WINNT_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __GNUC__
#include <msvctarget.h>
@ -41,10 +38,6 @@ extern "C" {
#include <basetsd.h>
#include <guiddef.h>
#ifndef __cplusplus
typedef unsigned short wchar_t;
#endif
#include <ctype.h>
#undef __need_wchar_t

View file

@ -33,8 +33,6 @@
#define LANG_ESPERANTO 0x8f
#define LANG_WALON 0x90
#define LANG_CORNISH 0x91
#define LANG_WELSH 0x92
#define LANG_BRETON 0x93
/* FIXME: these are not in the Windows header */
#define LANG_GAELIC 0x94