diff --git a/lib/sdk/crt/except/i386/seh.s b/lib/sdk/crt/except/i386/seh.s index ae19969ac2c..57049a41fd2 100644 --- a/lib/sdk/crt/except/i386/seh.s +++ b/lib/sdk/crt/except/i386/seh.s @@ -9,12 +9,15 @@ /* INCLUDES ******************************************************************/ #include -#include #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 *******************************************************************/