Implement missing stub on apple

This commit is contained in:
baldurk
2018-07-07 01:13:08 +01:00
parent 4e57f295b7
commit 00985986d1
+4
View File
@@ -32,6 +32,10 @@ void LibraryHooks::BeginHookRegistration()
// nothing to do
}
void LibraryHooks::RegisterFunctionHook(const char *libraryName, const FunctionHook &hook)
{
}
void LibraryHooks::RegisterLibraryHook(char const *, FunctionLoadCallback cb)
{
if(cb)