Author: sginsberg Date: Fri Nov 21 15:46:58 2008 New Revision: 37531
URL: http://svn.reactos.org/svn/reactos?rev=37531&view=rev Log: - 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.
Modified: trunk/reactos/include/psdk/windef.h trunk/reactos/include/psdk/windows.h trunk/reactos/include/psdk/windowsx.h
Modified: trunk/reactos/include/psdk/windef.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/windef.h?rev=3... ============================================================================== --- trunk/reactos/include/psdk/windef.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/windef.h [iso-8859-1] Fri Nov 21 15:46:58 2008 @@ -1,8 +1,5 @@ #ifndef _WINDEF_H #define _WINDEF_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif
#ifdef __cplusplus extern "C" {
Modified: trunk/reactos/include/psdk/windows.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/windows.h?rev=... ============================================================================== --- trunk/reactos/include/psdk/windows.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/windows.h [iso-8859-1] Fri Nov 21 15:46:58 2008 @@ -12,9 +12,6 @@ */ #ifndef _WINDOWS_H #define _WINDOWS_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif
#ifdef __GNUC__ #include <msvctarget.h>
Modified: trunk/reactos/include/psdk/windowsx.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/windowsx.h?rev... ============================================================================== --- trunk/reactos/include/psdk/windowsx.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/windowsx.h [iso-8859-1] Fri Nov 21 15:46:58 2008 @@ -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))