mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:43:21 +00:00
- 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:
parent
f39e2f8b84
commit
f9798bcf09
2 changed files with 0 additions and 9 deletions
|
@ -1,8 +1,5 @@
|
||||||
#ifndef _WINNT_H
|
#ifndef _WINNT_H
|
||||||
#define _WINNT_H
|
#define _WINNT_H
|
||||||
#if __GNUC__ >= 3
|
|
||||||
#pragma GCC system_header
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#include <msvctarget.h>
|
#include <msvctarget.h>
|
||||||
|
@ -41,10 +38,6 @@ extern "C" {
|
||||||
#include <basetsd.h>
|
#include <basetsd.h>
|
||||||
#include <guiddef.h>
|
#include <guiddef.h>
|
||||||
|
|
||||||
#ifndef __cplusplus
|
|
||||||
typedef unsigned short wchar_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#undef __need_wchar_t
|
#undef __need_wchar_t
|
||||||
|
|
||||||
|
|
|
@ -33,8 +33,6 @@
|
||||||
#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_BRETON 0x93
|
|
||||||
|
|
||||||
/* FIXME: these are not in the Windows header */
|
/* FIXME: these are not in the Windows header */
|
||||||
#define LANG_GAELIC 0x94
|
#define LANG_GAELIC 0x94
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue