1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-21 03:52:16 -08:00

* w32fns.c (map_w32_filename): Declare extern.

This commit is contained in:
Juanma Barranquero 2008-07-07 14:39:35 +00:00
parent ec7e221c59
commit dfe66c5b2c
2 changed files with 7 additions and 3 deletions

View 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>

View 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;