瀏覽代碼

util/debug: Update MgwHelp link, drop BfdHelp link.

tags/10.6-branchpoint
Jose Fonseca 10 年之前
父節點
當前提交
0fc5b80e7a
共有 1 個文件被更改,包括 2 次插入10 次删除
  1. 2
    10
      src/gallium/auxiliary/util/u_debug_symbol.c

+ 2
- 10
src/gallium/auxiliary/util/u_debug_symbol.c 查看文件

@@ -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…
取消
儲存