From 0390f991580edaee25bb443054bc2b4d6b41b33e Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 6 Jul 2003 21:57:33 +0000 Subject: [PATCH] (ClipboardSequence_Proc): New type. --- src/w32term.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/w32term.h b/src/w32term.h index 5bc94c832fc..c737632a41f 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -731,3 +731,5 @@ int image_ascent P_ ((struct image *, struct face *)); ? UNICODE_FONT \ : ((CHARSET_DIMENSION (CHAR_CHARSET ((ch))) == 1) \ ? BDF_1D_FONT : BDF_2D_FONT)) + +typedef DWORD (WINAPI * ClipboardSequence_Proc) (); -- 2.39.2