mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
util/debug: Update MgwHelp link, drop BfdHelp link.
This commit is contained in:
parent
b8797a7875
commit
0fc5b80e7a
1 changed files with 2 additions and 10 deletions
|
|
@ -82,18 +82,10 @@ getDbgHelpProcAddress(LPCSTR lpProcName)
|
|||
hModule = LoadLibraryA("mgwhelp.dll");
|
||||
if (!hModule) {
|
||||
_debug_printf("warning: mgwhelp.dll not found: symbol names will not be resolved\n"
|
||||
"warning: download it from http://code.google.com/p/jrfonseca/wiki/DrMingw#MgwHelp\n");
|
||||
"warning: download it from https://github.com/jrfonseca/drmingw/#mgwhelp\n");
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* bfdhelp.dll was the predecessor of mgwhelp.dll. It is available from
|
||||
* http://people.freedesktop.org/~jrfonseca/bfdhelp/ for now.
|
||||
*/
|
||||
if (!hModule) {
|
||||
hModule = LoadLibraryA("bfdhelp.dll");
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Fallback to the real DbgHelp.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue