mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-24 14:45:53 +00:00
Speculative fix - try to avoid crashes if hooked dlopen is called early
* This isn't particularly stable/nice, probably needs a complete rethink
This commit is contained in:
@@ -81,7 +81,7 @@ class Hook
|
||||
// just need this for dlsym
|
||||
#include <dlfcn.h>
|
||||
|
||||
#define HOOKS_BEGIN()
|
||||
#define HOOKS_BEGIN() LinuxHookInit()
|
||||
#define HOOKS_END()
|
||||
#define HOOKS_REMOVE()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user