mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
remove UNW flags from winnt.h, they don't belong there
svn path=/trunk/; revision=40098
This commit is contained in:
parent
2a59efd748
commit
24740374a1
1 changed files with 0 additions and 5 deletions
|
@ -2319,11 +2319,6 @@ typedef struct _KNONVOLATILE_CONTEXT_POINTERS {
|
|||
};
|
||||
} KNONVOLATILE_CONTEXT_POINTERS, *PKNONVOLATILE_CONTEXT_POINTERS;
|
||||
|
||||
#define UNW_FLAG_NHANDLER 0x0 /* No handler. */
|
||||
#define UNW_FLAG_EHANDLER 0x1 /* Exception handler should be called */
|
||||
#define UNW_FLAG_UHANDLER 0x2 /* Termination handler that should be called when unwinding an exception */
|
||||
#define UNW_FLAG_CHAININFO 0x4 /* FunctionEntry member is the contents of a previous function table entry */
|
||||
|
||||
#define RUNTIME_FUNCTION_INDIRECT 0x1
|
||||
|
||||
typedef struct _RUNTIME_FUNCTION {
|
||||
|
|
Loading…
Reference in a new issue