mirror of
https://github.com/x64dbg/x64dbg.git
synced 2025-02-21 13:33:29 +00:00
parent
5a0caf0be0
commit
ab0e9a932b
@ -655,6 +655,11 @@ static FARPROC WINAPI delayHook(unsigned dliNotify, PDelayLoadInfo pdli)
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Visual Studio 2015 Update 3 made this const per default
|
||||
// https://dev.to/yumetodo/list-of-mscver-and-mscfullver-8nd
|
||||
#if _MSC_FULL_VER >= 190024210
|
||||
const
|
||||
#endif // _MSC_FULL_VER
|
||||
PfnDliHook __pfnDliNotifyHook2 = delayHook;
|
||||
|
||||
extern "C" DLL_EXPORT const char* _dbg_dbginit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user