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:
parent
b400534923
commit
ee8062ffac
1 changed files with 5 additions and 0 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue