Commit 9cf55056 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

include: Define up to date exception flags.

parent 782b008d
......@@ -2267,8 +2267,15 @@ NTSYSAPI PVOID WINAPI RtlVirtualUnwind(DWORD,ULONG_PTR,ULONG_PTR,RUNTIME_FUNCT
#define WT_TRANSFER_IMPERSONATION 0x0100
#define EXCEPTION_CONTINUABLE 0
#define EXCEPTION_CONTINUABLE 0x00
#define EXCEPTION_NONCONTINUABLE 0x01
#define EXCEPTION_UNWINDING 0x02
#define EXCEPTION_EXIT_UNWIND 0x04
#define EXCEPTION_STACK_INVALID 0x08
#define EXCEPTION_NESTED_CALL 0x10
#define EXCEPTION_TARGET_UNWIND 0x20
#define EXCEPTION_COLLIDED_UNWIND 0x40
#define EXCEPTION_SOFTWARE_ORIGINATE 0x80
/*
* The exception record used by Win32 to give additional information
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment