Add DEFS to the resource compiler flags.
diff --git a/Make.rules.in b/Make.rules.in index 822b451..5c54ade 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -71,7 +71,7 @@ WIDL = $(TOOLSDIR)/tools/widl/widl RC = $(WRC) RC16 = $(WRC) -RCFLAGS = --nostdinc $(INCLUDES) $(EXTRARCFLAGS) +RCFLAGS = --nostdinc $(INCLUDES) $(DEFS) $(EXTRARCFLAGS) RC16FLAGS = -O res16 $(RCFLAGS) LDPATH = @LDPATH@ DLLDIR = $(TOPOBJDIR)/dlls