mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Small linux64 changes to get things started in dhooks
This commit is contained in:
parent
49631a69e3
commit
0fca4f98d5
@ -49,6 +49,8 @@ typedef x86MsFastcall x86DetourFastCall;
|
|||||||
#endif
|
#endif
|
||||||
#elif defined KE_LINUX
|
#elif defined KE_LINUX
|
||||||
#ifdef DYNAMICHOOKS_x86_64
|
#ifdef DYNAMICHOOKS_x86_64
|
||||||
|
#include "conventions/x86_64SystemVDefault.h"
|
||||||
|
typedef x86_64SystemVDefault x86_64DetourCall;
|
||||||
#else
|
#else
|
||||||
#include "conventions/x86GccCdecl.h"
|
#include "conventions/x86GccCdecl.h"
|
||||||
#include "conventions/x86GccThiscall.h"
|
#include "conventions/x86GccThiscall.h"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user