From 122dca821632861ba38807365a740335e0ffef3d Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Wed, 7 Aug 2019 13:05:05 +0200 Subject: [PATCH] sync with master --- inc/hook.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/hook.h b/inc/hook.h index c147065..d67e45b 100644 --- a/inc/hook.h +++ b/inc/hook.h @@ -3,8 +3,6 @@ #include -typedef HFONT(__stdcall* CREATEFONTINDIRECTA)(CONST LOGFONT*); - typedef BOOL (WINAPI* GETCURSORPOSPROC)(LPPOINT); typedef BOOL(WINAPI* CLIPCURSORPROC)(const RECT*); typedef int (WINAPI* SHOWCURSORPROC)(BOOL);