linux compile fixes

This commit is contained in:
baldurk
2014-11-01 16:53:51 +00:00
parent 53a4964cb3
commit bf46a3fd54
3 changed files with 5 additions and 1 deletions
-1
View File
@@ -43,7 +43,6 @@ uint32_t Process::CreateAndInjectIntoProcess(const wchar_t *app, const wchar_t *
void Process::StartGlobalHook(const wchar_t *pathmatch, const wchar_t *logfile, const CaptureOptions *opts)
{
RDCUNIMPLEMENTED();
return 0;
}
void *Process::GetFunctionAddress(const char *module, const char *function)