mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[PSEH]
Include only what's needed svn path=/trunk/; revision=60324
This commit is contained in:
parent
7591ba175d
commit
9ffa1e73af
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue