[ros-diffs] [cfinck] 29987: 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.

cfinck at svn.reactos.org cfinck at svn.reactos.org
Tue Oct 30 22:23:11 CET 2007


Author: cfinck
Date: Wed Oct 31 00:23:11 2007
New Revision: 29987

URL: http://svn.reactos.org/svn/reactos?rev=29987&view=rev
Log:
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.

Modified:
    trunk/reactos/tools/widl/widl.mak

Modified: trunk/reactos/tools/widl/widl.mak
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/widl.mak?rev=29987&r1=29986&r2=29987&view=diff
==============================================================================
--- trunk/reactos/tools/widl/widl.mak (original)
+++ trunk/reactos/tools/widl/widl.mak Wed Oct 31 00:23:11 2007
@@ -59,7 +59,7 @@
 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)




More information about the Ros-diffs mailing list