- Remove system_header from the remaining PSDK headers. The era of liberally sprinkling the overkill system_header gcc hacH^H^H^extension has now come to an end and...oh, wait. What's that you say? DDK does this too? Uh, right. Will fix that too.

svn path=/trunk/; revision=37531
This commit is contained in:
Stefan Ginsberg 2008-11-21 21:46:58 +00:00
parent dff0e2ea0b
commit 57cf5503f1
3 changed files with 0 additions and 9 deletions

View file

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

View file

@ -12,9 +12,6 @@
*/
#ifndef _WINDOWS_H
#define _WINDOWS_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __GNUC__
#include <msvctarget.h>

View file

@ -1,8 +1,5 @@
#ifndef _WINDOWSX_H
#define _WINDOWSX_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define WM_CTLCOLOR 25
#define Button_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable))