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:
parent
ec7e221c59
commit
dfe66c5b2c
2 changed files with 7 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue