diff src/makefile.w32-in @ 108496:49f3d201fdd0

Backport from trunk: Fix bug #6126. makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h. w32fns.c: Include w32.h. (Fw32_shell_execute): Decode the error message before passing it to `error'.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 11 May 2010 20:23:52 +0300
parents 1d1d5d9bd884
children 376148b31b5e
line wrap: on
line diff
--- a/src/makefile.w32-in	Tue May 11 08:48:29 2010 -0700
+++ b/src/makefile.w32-in	Tue May 11 20:23:52 2010 +0300
@@ -1564,6 +1564,7 @@
 	$(SRC)/keyboard.h \
 	$(SRC)/systime.h \
 	$(SRC)/termhooks.h \
+	$(SRC)/w32.h \
 	$(SRC)/w32font.h \
 	$(SRC)/w32gui.h \
 	$(SRC)/w32heap.h \