Reorganise 3rdparty, include breakpad with sln, drop mhook. Closes #84

This commit is contained in:
baldurk
2014-09-24 20:24:35 +01:00
parent 7dbb80b25e
commit 8d685de609
161 changed files with 378 additions and 30987 deletions
-14
View File
@@ -292,20 +292,6 @@ uint32_t Process::InjectIntoProcess(uint32_t pid, const wchar_t *logfile, const
}
#endif
#if USE_MHOOK
// misc
InjectDLL(hProcess, L"kernel32.dll");
// D3D11
InjectDLL(hProcess, L"d3d9.dll");
InjectDLL(hProcess, L"d3d11.dll");
InjectDLL(hProcess, L"dxgi.dll");
// OpenGL
InjectDLL(hProcess, L"opengl32.dll");
InjectDLL(hProcess, L"gdi32.dll");
#endif
InjectDLL(hProcess, renderdocPath);
uintptr_t loc = FindRemoteDLL(pid, L"renderdoc.dll");