Actually use minhook for kiero

pull/337/head^2
FlightlessMango 4 years ago
parent 1263b8d954
commit 896a6117a2

@ -36,7 +36,7 @@
#endif
#if KIERO_USE_MINHOOK
# include "minhook/include/MinHook.h"
# include "MinHook.h"
#endif
#ifdef _UNICODE

@ -11,7 +11,7 @@
#define KIERO_INCLUDE_D3D12 1 // 1 if you need D3D12 hook
#define KIERO_INCLUDE_OPENGL 0 // 1 if you need OpenGL hook
#define KIERO_INCLUDE_VULKAN 1 // 1 if you need Vulkan hook
#define KIERO_USE_MINHOOK 0 // 1 if you will use kiero::bind function
#define KIERO_USE_MINHOOK 1 // 1 if you will use kiero::bind function
#define KIERO_ARCH_X64 0
#define KIERO_ARCH_X86 0

Loading…
Cancel
Save