mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
[winnt.h]
Remove definition of UNW_FLAG* constants. They don't belong here. svn path=/trunk/; revision=48308
This commit is contained in:
parent
32c8cb0448
commit
eba4c7f302
1 changed files with 0 additions and 5 deletions
|
@ -2210,11 +2210,6 @@ typedef struct _CONTEXT {
|
|||
} CONTEXT;
|
||||
#elif defined(__x86_64__)
|
||||
|
||||
#define UNW_FLAG_NHANDLER 0
|
||||
#define UNW_FLAG_EHANDLER 1
|
||||
#define UNW_FLAG_UHANDLER 2
|
||||
#define UNW_FLAG_CHAININFO 4
|
||||
|
||||
#define CONTEXT_AMD64 0x100000
|
||||
|
||||
#if !defined(RC_INVOKED)
|
||||
|
|
Loading…
Reference in a new issue