_M_IX86 is not the same as _X86_ on the most recent PSDK. Define both

svn path=/trunk/; revision=19452
This commit is contained in:
Steven Edwards 2005-11-22 06:22:21 +00:00
parent c4f5d37239
commit 13b219657a

View file

@ -10,6 +10,7 @@
<xi:include href="baseaddress.xml" />
<define name="_M_IX86" />
<define name="_X86_" />
<if property="MP" value="1">
<define name="CONFIG_SMP" value="1" />
</if>