Small linux64 changes to get things started in dhooks

This commit is contained in:
rtldg 2025-03-01 14:10:24 +00:00
parent 49631a69e3
commit 0fca4f98d5

View File

@ -49,6 +49,8 @@ typedef x86MsFastcall x86DetourFastCall;
#endif
#elif defined KE_LINUX
#ifdef DYNAMICHOOKS_x86_64
#include "conventions/x86_64SystemVDefault.h"
typedef x86_64SystemVDefault x86_64DetourCall;
#else
#include "conventions/x86GccCdecl.h"
#include "conventions/x86GccThiscall.h"