Index: /trunk/source/lisp-kernel/win32/Makefile
===================================================================
--- /trunk/source/lisp-kernel/win32/Makefile	(revision 13608)
+++ /trunk/source/lisp-kernel/win32/Makefile	(revision 13609)
@@ -29,4 +29,5 @@
 # however.
 WFORMAT = -Wno-format
+PLATFORM_H = platform-win32.h
 
 # If the linker supports a "--hash-style=" option, use traditional
@@ -56,5 +57,5 @@
 	$(M4) $(M4FLAGS) -I../ $< | $(AS)  $(ASFLAGS) -o $@
 .c.o:
-	$(CC) -I./ -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) ${SUPPRESS_UNDERSCORES} -mno-cygwin -o $@
+	$(CC) -include ../$(PLATFORM_H) -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) ${SUPPRESS_UNDERSCORES} -mno-cygwin -o $@
 
 # order matters: x86-spjump32.o must be first.
@@ -73,5 +74,6 @@
 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \
 	lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \
-	Threads.h x86-constants32.h x86-exceptions.h lisptypes.h
+	Threads.h x86-constants32.h x86-exceptions.h lisptypes.h \
+	$(PLATFORM_H)
 
 
