Try to unbreak build by adding the -Iinclude/psdk line again.

Build has been broken by hpoussin's commit in r29976.

As stated before, Wine components like the "winnt.h" file in include/reactos/wine still refer to include/psdk components (in this case by an #include_next "winnt.h" line). This has to be fixed first.

Build probably worked successfully with older RosBE-Windows versions, since they put the include directory to the bundled w32api header files in the global C_INCLUDE_PATH environment variable.

svn path=/trunk/; revision=29987
This commit is contained in:
Colin Finck 2007-10-30 21:23:11 +00:00
parent aa1bc628b3
commit 5e02be2e6d

View file

@ -59,7 +59,7 @@ WIDL_OBJECTS = \
WIDL_HOST_CFLAGS = \
-DINT16=SHORT -DYYDEBUG=1 \
-I$(WIDL_BASE) -I$(WPP_BASE) \
-Iinclude/reactos/wine -Iinclude/reactos \
-Iinclude/reactos/wine -Iinclude/reactos -Iinclude/psdk \
-I$(INTERMEDIATE_)include $(TOOLS_CFLAGS)
WIDL_HOST_LFLAGS = $(TOOLS_LFLAGS)