Author: tkreuzer
Date: Tue Jul 27 17:02:06 2010
New Revision: 48315
URL:
http://svn.reactos.org/svn/reactos?rev=48315&view=rev
Log:
[DBGHELP]
Define UNW_FLAG_* in the rbuild file, since we don't have them in winnt.h where wine
has them.
Modified:
trunk/reactos/dll/win32/dbghelp/dbghelp.rbuild
Modified: trunk/reactos/dll/win32/dbghelp/dbghelp.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/dbghelp/dbghelp.…
==============================================================================
--- trunk/reactos/dll/win32/dbghelp/dbghelp.rbuild [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/dbghelp/dbghelp.rbuild [iso-8859-1] Tue Jul 27 17:02:06 2010
@@ -9,6 +9,12 @@
<define name="_WINE" />
<define name="HAVE_REGEX_H" />
<define name="_IMAGEHLP_SOURCE_" />
+ <if property="ARCH" value="amd64">
+ <define name="UNW_FLAG_NHANDLER">0</define>
+ <define name="UNW_FLAG_EHANDLER">1</define>
+ <define name="UNW_FLAG_UHANDLER">2</define>
+ <define name="UNW_FLAG_CHAININFO">3</define>
+ </if>
<file>coff.c</file>
<file>cpu_i386.c</file>
<file>cpu_ppc.c</file>