Mercurial > emacs
changeset 96538:187f69369145
* w32fns.c (map_w32_filename): Declare extern.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 07 Jul 2008 14:39:35 +0000 |
parents | d6b81628f834 |
children | d9bc43f652b0 |
files | src/ChangeLog src/w32fns.c |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jul 07 10:59:46 2008 +0000 +++ b/src/ChangeLog Mon Jul 07 14:39:35 2008 +0000 @@ -1,6 +1,10 @@ +2008-07-07 Juanma Barranquero <lekktu@gmail.com> + + * w32fns.c (map_w32_filename): Declare extern. + 2008-07-07 Jason Rumney <jasonr@gnu.org> - * w32term.c (WS_EX_LAYERED): Define if not already. + * w32term.c (WS_EX_LAYERED): Define if not already. 2008-07-06 Chong Yidong <cyd@stupidchicken.com> @@ -16,8 +20,7 @@ 2008-07-05 Andreas Schwab <schwab@suse.de> - * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM - section. + * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section. 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
--- a/src/w32fns.c Mon Jul 07 10:59:46 2008 +0000 +++ b/src/w32fns.c Mon Jul 07 14:39:35 2008 +0000 @@ -75,6 +75,7 @@ extern int w32_console_toggle_lock_key P_ ((int, Lisp_Object)); extern void w32_menu_display_help P_ ((HWND, HMENU, UINT, UINT)); extern void w32_free_menu_strings P_ ((HWND)); +extern const char *map_w32_filename P_ ((const char *, const char **)); extern int quit_char;