Get rid of the _X86_ define by using a -U compiler switch. This way it also works...
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 19 Aug 2008 02:33:14 +0000 (02:33 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 19 Aug 2008 02:33:14 +0000 (02:33 +0000)
svn path=/branches/ros-amd64-bringup/; revision=35442

reactos/ReactOS-amd64.rbuild

index 5066ee9..cab9b3e 100644 (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>