Mercurial > emacs
changeset 56973:357d9738b63e
(AppendMenuW_Proc): Move declaration to w32term.h.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 07 Sep 2004 21:49:59 +0000 |
parents | c6a3ae6654db |
children | 5b47e4751161 |
files | src/w32menu.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32menu.c Tue Sep 07 21:49:14 2004 +0000 +++ b/src/w32menu.c Tue Sep 07 21:49:59 2004 +0000 @@ -143,11 +143,6 @@ 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;