From 24740374a163c66a2ce35dccf216a19d98eeadbb Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 18 Mar 2009 22:58:49 +0000 Subject: [PATCH] remove UNW flags from winnt.h, they don't belong there svn path=/trunk/; revision=40098 --- reactos/include/psdk/winnt.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/reactos/include/psdk/winnt.h b/reactos/include/psdk/winnt.h index 43140b1d2cf..e7f87494a19 100644 --- a/reactos/include/psdk/winnt.h +++ b/reactos/include/psdk/winnt.h @@ -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 {