From 0fca4f98d57f70d82d8f1449cbb284741033b3a5 Mon Sep 17 00:00:00 2001 From: rtldg Date: Sat, 1 Mar 2025 14:10:24 +0000 Subject: [PATCH] Small linux64 changes to get things started in dhooks --- extensions/dhooks/dynhooks_sourcepawn.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/dhooks/dynhooks_sourcepawn.cpp b/extensions/dhooks/dynhooks_sourcepawn.cpp index 927f3d66c..e851b8065 100644 --- a/extensions/dhooks/dynhooks_sourcepawn.cpp +++ b/extensions/dhooks/dynhooks_sourcepawn.cpp @@ -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"