mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
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:
parent
aa1bc628b3
commit
5e02be2e6d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue