Author: dreimer Date: Mon Jul 26 23:48:15 2010 New Revision: 48292
URL: http://svn.reactos.org/svn/reactos?rev=48292&view=rev Log: Maybe fix dbghelp build on 64 bit.
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] Mon Jul 26 23:48:15 2010 @@ -2210,6 +2210,10 @@ } 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