Move dlopen to be hooked centrally on linux, to be multi-API friendly

This commit is contained in:
baldurk
2015-08-23 22:23:53 +02:00
parent 3d47587957
commit 62f7362e92
7 changed files with 128 additions and 23 deletions
+2
View File
@@ -76,6 +76,8 @@ class Hook
#elif defined(LINUX)
#include "os/linux/linux_hook.h"
// just need this for dlsym
#include <dlfcn.h>