Set _SEH_ENABLE_TRACE for debug builds

svn path=/trunk/; revision=26052
This commit is contained in:
KJK::Hyperion 2007-03-10 06:42:05 +00:00
parent f5891f221e
commit b788577769

View file

@ -18,6 +18,7 @@
</if>
<if property="DBG" value="1">
<define name="DBG" value="1" />
<define name="_SEH_ENABLE_TRACE" />
<property name="DBG_OR_KDBG" value="true" />
</if>
<if property="KDBG" value="1">