Mercurial > emacs
changeset 56972:c6a3ae6654db
(AppendMenuW_Proc): Move declaration from w32menu.c.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 07 Sep 2004 21:49:14 +0000 |
parents | a35b92556545 |
children | 357d9738b63e |
files | src/w32term.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.h Tue Sep 07 21:48:37 2004 +0000 +++ b/src/w32term.h Tue Sep 07 21:49:14 2004 +0000 @@ -738,6 +738,11 @@ ? BDF_1D_FONT : BDF_2D_FONT)) typedef DWORD (WINAPI * ClipboardSequence_Proc) (); +typedef BOOL (WINAPI * AppendMenuW_Proc) ( + IN HMENU, + IN UINT, + IN UINT_PTR, + IN LPCWSTR); /* arch-tag: f201d05a-1240-4fc5-8ea4-ca24d4ee5671 (do not change this comment) */