Author: tkreuzer Date: Tue Jul 27 15:58:53 2010 New Revision: 48308
URL: http://svn.reactos.org/svn/reactos?rev=48308&view=rev Log: [winnt.h] Remove definition of UNW_FLAG* constants. They don't belong here.
Modified: trunk/reactos/include/psdk/winnt.h
Modified: trunk/reactos/include/psdk/winnt.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winnt.h?rev=48... ============================================================================== --- trunk/reactos/include/psdk/winnt.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/winnt.h [iso-8859-1] Tue Jul 27 15:58:53 2010 @@ -2210,11 +2210,6 @@ } 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)