mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 796526 - stop spewing errors re SysGetModuleInfo64 in debug builds. r=dbaron
This commit is contained in:
parent
0c1b7aeb25
commit
d269de95a9
@ -652,8 +652,6 @@ BOOL SymGetModuleInfoEspecial64(HANDLE aProcess, DWORD64 aAddr, PIMAGEHLP_MODULE
|
||||
* If it fails, then well, we have other problems.
|
||||
*/
|
||||
retval = SymGetModuleInfo64(aProcess, aAddr, aModuleInfo);
|
||||
if (!retval)
|
||||
PrintError("SymGetModuleInfo64");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user