mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 10:09:46 +00:00
[RTL]
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:
parent
541b368402
commit
cfe78ef2b3
1 changed files with 4 additions and 1 deletions
|
@ -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 *******************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue