Author: tkreuzer Date: Sun Sep 22 20:55:48 2013 New Revision: 60324
URL: http://svn.reactos.org/svn/reactos?rev=60324&view=rev Log: [PSEH] Include only what's needed
Modified: trunk/reactos/lib/pseh/i386/framebased-gcchack.c
Modified: trunk/reactos/lib/pseh/i386/framebased-gcchack.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/pseh/i386/framebased-gc... ============================================================================== --- trunk/reactos/lib/pseh/i386/framebased-gcchack.c [iso-8859-1] (original) +++ trunk/reactos/lib/pseh/i386/framebased-gcchack.c [iso-8859-1] Sun Sep 22 20:55:48 2013 @@ -23,8 +23,8 @@ #define _NTSYSTEM_ /* removes dllimport attribute from RtlUnwind */
#define STRICT -#define WIN32_LEAN_AND_MEAN -#include <windows.h> +#include <windef.h> +#include <stdarg.h>
#include <pseh/pseh2.h> #include <excpt.h>