aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-09-19 11:25:43 +0300
committerEli Zaretskii2013-09-19 11:25:43 +0300
commit13d9698ae43a2b156a9081895293ae1b17b5f89e (patch)
treef937362ca1ee38cae2a18da9e86944a140bc82dc /src/ChangeLog
parentced135ebdbfb0eea719ce165a454e7ff0b681e88 (diff)
downloademacs-13d9698ae43a2b156a9081895293ae1b17b5f89e.tar.gz
emacs-13d9698ae43a2b156a9081895293ae1b17b5f89e.zip
Fix a compiler warning on MS-Windows due to recent changes.
src/w32reg.c (w32_get_string_resource): Make the first 2 arguments 'const char *' to avoid compiler warnings due to similar change in the prototype of x_get_string_resource.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d900818231e..ff5d265e51f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-09-19 Eli Zaretskii <eliz@gnu.org>
2
3 * w32reg.c (w32_get_string_resource): Make the first 2 arguments
4 'const char *' to avoid compiler warnings due to similar change in
5 the prototype of x_get_string_resource.
6
12013-09-19 Dmitry Antipov <dmantipov@yandex.ru> 72013-09-19 Dmitry Antipov <dmantipov@yandex.ru>
2 8
3 * xterm.h (struct x_display_info): New members last_mouse_glyph_frame, 9 * xterm.h (struct x_display_info): New members last_mouse_glyph_frame,