From bffcc0b0f9adaca8b288de22eb7ff4c59af7f397 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Fri, 8 Sep 2023 18:23:57 +0200 Subject: [PATCH] fix for last commit --- src/hook.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hook.c b/src/hook.c index 2294e65..5f5e7e6 100644 --- a/src/hook.c +++ b/src/hook.c @@ -126,7 +126,6 @@ HOOKLIST g_hook_hooklist[] = { "SetDIBitsToDevice", (PROC)fake_SetDIBitsToDevice, (PROC*)&real_SetDIBitsToDevice, SKIP_HOOK2 }, { "StretchDIBits", (PROC)fake_StretchDIBits, (PROC*)&real_StretchDIBits, SKIP_HOOK2 }, { "GetDeviceCaps", (PROC)fake_GetDeviceCaps, (PROC*)&real_GetDeviceCaps, 0 }, - { "GetDeviceCaps", (PROC)fake_GetDeviceCaps, (PROC*)&real_GetDeviceCaps, 0 }, { "CreateFontA", (PROC)fake_CreateFontA, (PROC*)&real_CreateFontA, 0 }, { "CreateFontIndirectA", (PROC)fake_CreateFontIndirectA, (PROC*)&real_CreateFontIndirectA, 0 }, { "", NULL, NULL, 0 }