- Remove system_header from winbase.h, wingdi.h and winuser.h

- Remove duplicate define from Wine's winuser.h

svn path=/trunk/; revision=37440
This commit is contained in:
Stefan Ginsberg 2008-11-18 16:15:37 +00:00
parent f558f29e5c
commit a208b6c624
4 changed files with 0 additions and 11 deletions

View file

@ -1,8 +1,5 @@
#ifndef _WINBASE_
#define _WINBASE_
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#if !defined(_KERNEL32_)
#define WINBASEAPI DECLSPEC_IMPORT

View file

@ -1,9 +1,6 @@
#ifndef _WINGDI_H
#define _WINGDI_H
#define _WINGDI_
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {

View file

@ -1,8 +1,5 @@
#ifndef _WINUSER_H
#define _WINUSER_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {

View file

@ -19,8 +19,6 @@
WINUSERAPI UINT WINAPI PrivateExtractIconsA(LPCSTR,int,int,int,HICON*,UINT*,UINT,UINT);
WINUSERAPI UINT WINAPI PrivateExtractIconsW(LPCWSTR,int,int,int,HICON*,UINT*,UINT,UINT);
typedef struct tagCWPSTRUCT *LPCWPSTRUCT;
#define WM_ALTTABACTIVE 0x0029
#define UNICODE_NOCHAR 0xFFFF