revert 17709 for it break streach for windows mode. That why I did only got black...
[reactos.git] / reactos / ReactOS.xml
index 8a79e3e..933a11a 100644 (file)
@@ -12,6 +12,7 @@
        <define name="_M_IX86" />
        <define name="_X86_" />
        <define name="__i386__" />
+       <define name="_REACTOS_" />
        <if property="MP" value="1">
                <define name="CONFIG_SMP" value="1" />
        </if>
@@ -24,7 +25,7 @@
                <compilerflag>-Wno-strict-aliasing</compilerflag>
                <compilerflag>-ftracer</compilerflag>
                <compilerflag>-momit-leaf-frame-pointer</compilerflag>
-               <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
+               <compilerflag>-mpreferred-stack-boundary=2</compilerflag>            
        </if>
        <if property="KDBG" value="1">
                <define name="KDBG" value="1" />
@@ -32,6 +33,7 @@
        </if>
        <compilerflag>-Wpointer-arith</compilerflag>
 
+       <include>.</include>
        <include>include</include>
        <include>include/reactos</include>
        <include>include/libs</include>