remove empty dir
[reactos.git] / rosapps / rules.mak
index 13dc0f0..b8bb641 100644 (file)
@@ -19,6 +19,8 @@ ifeq ($(HOST),mingw32-linux)
 TOPDIR := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi)
 endif
 
+W32API_PATH = $(PATH_TO_TOP)/../reactos/w32api
+
 #
 # Choose various options
 #
@@ -85,6 +87,7 @@ CFLAGS = \
        -Wall \
        -Wstrict-prototypes \
        -fno-builtin \
+       -I$(W32API_PATH)/include \
        $(LEAN_AND_MEAN_DEFINE) \
        $(DEFINES) \
        $(DEBUGGING_CFLAGS) \