[winnt.h]

Remove definition of UNW_FLAG* constants. They don't belong here.

svn path=/trunk/; revision=48308
This commit is contained in:
Timo Kreuzer 2010-07-27 15:58:53 +00:00
parent 32c8cb0448
commit eba4c7f302

View file

@ -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)