Include only what's needed

svn path=/trunk/; revision=60324
This commit is contained in:
Timo Kreuzer 2013-09-22 20:55:48 +00:00
parent 7591ba175d
commit 9ffa1e73af

View 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>