aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 580ae08f772..10518774522 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -738,6 +738,11 @@ EXFUN (Fx_display_grayscale_p, 1);
738 ? BDF_1D_FONT : BDF_2D_FONT)) 738 ? BDF_1D_FONT : BDF_2D_FONT))
739 739
740typedef DWORD (WINAPI * ClipboardSequence_Proc) (); 740typedef DWORD (WINAPI * ClipboardSequence_Proc) ();
741typedef BOOL (WINAPI * AppendMenuW_Proc) (
742 IN HMENU,
743 IN UINT,
744 IN UINT_PTR,
745 IN LPCWSTR);
741 746
742/* arch-tag: f201d05a-1240-4fc5-8ea4-ca24d4ee5671 747/* arch-tag: f201d05a-1240-4fc5-8ea4-ca24d4ee5671
743 (do not change this comment) */ 748 (do not change this comment) */