X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/03e4639645519fba65b1413339f741705bb79078..60e992936ae72fa3f32c8549f74dde22fa0e4e37:/src/w32term.h diff --git a/src/w32term.h b/src/w32term.h index 5bc94c832f..de28620c7b 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -731,3 +731,8 @@ 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) (); + +/* arch-tag: f201d05a-1240-4fc5-8ea4-ca24d4ee5671 + (do not change this comment) */