From 57cf5503f1a534c224a7bf33a5859be7914c8fed Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Fri, 21 Nov 2008 21:46:58 +0000 Subject: [PATCH] - 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 --- reactos/include/psdk/windef.h | 3 --- reactos/include/psdk/windows.h | 3 --- reactos/include/psdk/windowsx.h | 3 --- 3 files changed, 9 deletions(-) diff --git a/reactos/include/psdk/windef.h b/reactos/include/psdk/windef.h index a98ea8fe7b3..b6482917ba4 100644 --- a/reactos/include/psdk/windef.h +++ b/reactos/include/psdk/windef.h @@ -1,8 +1,5 @@ #ifndef _WINDEF_H #define _WINDEF_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif #ifdef __cplusplus extern "C" { diff --git a/reactos/include/psdk/windows.h b/reactos/include/psdk/windows.h index 34ab88dc7d6..aee8ca56d8d 100644 --- a/reactos/include/psdk/windows.h +++ b/reactos/include/psdk/windows.h @@ -12,9 +12,6 @@ */ #ifndef _WINDOWS_H #define _WINDOWS_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif #ifdef __GNUC__ #include diff --git a/reactos/include/psdk/windowsx.h b/reactos/include/psdk/windowsx.h index 460718e6409..0ed21e8fe04 100644 --- a/reactos/include/psdk/windowsx.h +++ b/reactos/include/psdk/windowsx.h @@ -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))