]> git.eshelyaron.com Git - emacs.git/commitdiff
* w32fns.c (map_w32_filename): Declare extern.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 7 Jul 2008 14:39:35 +0000 (14:39 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 7 Jul 2008 14:39:35 +0000 (14:39 +0000)
src/ChangeLog
src/w32fns.c

index e60579f610e61b4d8bfe491ca4864c5de1cc0fd4..efe4a502b418f164f33a774abf571bd8b19022c8 100644 (file)
@@ -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>
 
index 011d647e722a7b9e8cc27c6fdb42f0a0c2540736..8bccdab973da571513d897fd05c0872b935c93a7 100644 (file)
@@ -75,6 +75,7 @@ extern double atof ();
 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;