[winnt.h]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 27 Jul 2010 15:58:53 +0000 (15:58 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 27 Jul 2010 15:58:53 +0000 (15:58 +0000)
Remove definition of UNW_FLAG* constants. They don't belong here.

svn path=/trunk/; revision=48308

reactos/include/psdk/winnt.h

index bcf70a2..7197b5a 100644 (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)