Instead of including ndk/asm.h, add the 2 neccessary constants to seh.s

svn path=/branches/cmake-bringup/; revision=49550
This commit is contained in:
Timo Kreuzer 2010-11-10 22:11:12 +00:00
parent 541b368402
commit cfe78ef2b3

View file

@ -9,12 +9,15 @@
/* INCLUDES ******************************************************************/
#include <reactos/asm.h>
#include <ndk/asm.h>
#define DISPOSITION_DISMISS 0
#define DISPOSITION_CONTINUE_SEARCH 1
#define DISPOSITION_COLLIDED_UNWIND 3
#define EXCEPTION_EXIT_UNWIND 4
#define EXCEPTION_UNWINDING 2
EXTERN _RtlUnwind@16:PROC
/* GLOBALS *******************************************************************/