[ros-diffs] [sginsberg] 37531: - 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.

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Fri Nov 21 22:46:58 CET 2008


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=37531&r1=37530&r2=37531&view=diff
==============================================================================
--- 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=37531&r1=37530&r2=37531&view=diff
==============================================================================
--- 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=37531&r1=37530&r2=37531&view=diff
==============================================================================
--- 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))



More information about the Ros-diffs mailing list