]> git.eshelyaron.com Git - emacs.git/commitdiff
(AppendMenuW_Proc): Move declaration from w32menu.c.
authorJason Rumney <jasonr@gnu.org>
Tue, 7 Sep 2004 21:49:14 +0000 (21:49 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 7 Sep 2004 21:49:14 +0000 (21:49 +0000)
src/w32term.h

index 580ae08f772752896a835c22ffef5c23066334bb..10518774522a921b5ba3c14eaae62c3a4ce7aa87 100644 (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) */