Move Safetyhook mess into a mirror repo (#2163)
* Bring in safetyhook mirror repo * Add proper submodule * Update submodule for linux fixes * Update submodule again * Change the method of compiling safetyhook (#2167) Co-authored-by: Kenzzer <[email protected]> * Update submodule * Update submodule for -fPIC --------- Co-authored-by: Benoist <[email protected]> Co-authored-by: Kenzzer <[email protected]>
This commit is contained in:
co-authored by
Kenzzer
Benoist
parent
11d3cf94f7
commit
d42a8c7c1e
@@ -32,7 +32,7 @@
|
||||
#ifndef _INCLUDE_SOURCEMOD_DETOURS_H_
|
||||
#define _INCLUDE_SOURCEMOD_DETOURS_H_
|
||||
|
||||
#include "../safetyhook/safetyhook.hpp"
|
||||
#include "safetyhook.hpp"
|
||||
#include <smsdk_ext.h>
|
||||
|
||||
#define DETOUR_MEMBER_CALL(name) (this->*name##_Actual)
|
||||
|
||||
Reference in New Issue
Block a user