[ros-diffs] [sginsberg] 37534: - Winetests treats ntdef.h as a psdk header, so temporarily hack it...

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Fri Nov 21 23:38:24 CET 2008


Author: sginsberg
Date: Fri Nov 21 16:38:23 2008
New Revision: 37534

URL: http://svn.reactos.org/svn/reactos?rev=37534&view=rev
Log:
- Winetests treats ntdef.h as a psdk header, so temporarily hack it...

Modified:
    trunk/reactos/include/ddk/ntdef.h

Modified: trunk/reactos/include/ddk/ntdef.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ntdef.h?rev=37534&r1=37533&r2=37534&view=diff
==============================================================================
--- trunk/reactos/include/ddk/ntdef.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/ntdef.h [iso-8859-1] Fri Nov 21 16:38:23 2008
@@ -1,5 +1,9 @@
 #ifndef _NTDEF_H
 #define _NTDEF_H
+
+#if __GNUC__ >= 3
+#pragma GCC system_header
+#endif
 
 #include <stdarg.h>
 #include <windef.h>



More information about the Ros-diffs mailing list