[RTL]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 10 Nov 2010 22:11:12 +0000 (22:11 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 10 Nov 2010 22:11:12 +0000 (22:11 +0000)
Instead of including ndk/asm.h, add the 2 neccessary constants to seh.s

svn path=/branches/cmake-bringup/; revision=49550

lib/sdk/crt/except/i386/seh.s

index ae19969..57049a4 100644 (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 *******************************************************************/