1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

(AppendMenuW_Proc): Move declaration to w32term.h.

This commit is contained in:
Jason Rumney 2004-09-07 21:50:39 +00:00
parent ee8062ffac
commit f0f90717f8
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,10 @@
2004-09-07 Jason Rumney <jasonr@gnu.org>
* w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
* w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: Handle
Unicode menu titles.
2004-09-07 Kim F. Storm <storm@cua.dk>
* xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'

View File

@ -143,11 +143,6 @@ typedef BOOL (WINAPI * SetMenuItemInfoA_Proc) (
IN UINT,
IN BOOL,
IN LPCMENUITEMINFOA);
typedef BOOL (WINAPI * AppendMenuW_Proc) (
IN HMENU,
IN UINT,
IN UINT_PTR,
IN LPCWSTR);
GetMenuItemInfoA_Proc get_menu_item_info = NULL;
SetMenuItemInfoA_Proc set_menu_item_info = NULL;