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=375... ============================================================================== --- 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>