mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
[DBGHELP]
Define UNW_FLAG_* in the rbuild file, since we don't have them in winnt.h where wine has them. svn path=/trunk/; revision=48315
This commit is contained in:
parent
711796acd9
commit
129a5cbbea
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue