[PSEH]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 22 Sep 2013 20:55:48 +0000 (20:55 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 22 Sep 2013 20:55:48 +0000 (20:55 +0000)
Include only what's needed

svn path=/trunk/; revision=60324

reactos/lib/pseh/i386/framebased-gcchack.c

index a254fd1..5d39120 100644 (file)
@@ -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>