1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

(AppendMenuW_Proc): Move declaration from w32menu.c.

This commit is contained in:
Jason Rumney 2004-09-07 21:49:14 +00:00
parent b400534923
commit ee8062ffac

View file

@ -738,6 +738,11 @@ EXFUN (Fx_display_grayscale_p, 1);
? 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) */