Get rid of the _X86_ define by using a -U compiler switch. This way it also works with PCHs, that before didn't like the #undef

svn path=/branches/ros-amd64-bringup/; revision=35442
This commit is contained in:
Timo Kreuzer
2008-08-19 02:33:14 +00:00
parent 1e73720601
commit 2c01ac7383
+1
View File
@@ -19,6 +19,7 @@
<property name="WINEBUILD_FLAGS" value="--kill-at"/>
<property name="NTOSKRNL_SHARED" value="-shared"/>
<linkerflag>-enable-stdcall-fixup</linkerflag>
<compilerflag>-U_X86_</compilerflag>
<if property="OPTIMIZE" value="1">
<compilerflag>-Os</compilerflag>