aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-08 15:31:14 +0200
committerEli Zaretskii2012-10-08 15:31:14 +0200
commit15c720a3607ccbac1a5ff4bd10810f9342db0ad1 (patch)
treeef2f71d753423bfba755a54d119f82d91fa8f6e1 /src/ChangeLog
parent501199a3dbccc83f91a561c6664ae4c1d3dde20a (diff)
downloademacs-15c720a3607ccbac1a5ff4bd10810f9342db0ad1.tar.gz
emacs-15c720a3607ccbac1a5ff4bd10810f9342db0ad1.zip
Fix w32 dependencies due to introduction of w32common.h.
src/makefile.w32-in ($(BLD)/unexw32.$(O)): ($(BLD)/w32.$(O)): ($(BLD)/w32console.$(O)): ($(BLD)/w32fns.$(O)): ($(BLD)/w32heap.$(O)): ($(BLD)/w32menu.$(O)): ($(BLD)/w32proc.$(O)): Add w32common.h.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b252f5deef8..44e6f18922c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,13 @@
4 (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H). 4 (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H).
5 ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies. 5 ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies.
6 (GLOBAL_SOURCES): Add cygw32.c. 6 (GLOBAL_SOURCES): Add cygw32.c.
7 ($(BLD)/unexw32.$(O)):
8 ($(BLD)/w32.$(O)):
9 ($(BLD)/w32console.$(O)):
10 ($(BLD)/w32fns.$(O)):
11 ($(BLD)/w32heap.$(O)):
12 ($(BLD)/w32menu.$(O)):
13 ($(BLD)/w32proc.$(O)): Add w32common.h.
7 14
8 * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now 15 * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now
9 'const char *'. 16 'const char *'.