mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:15:41 +00:00
Revert "[DBGHELP] Set LastError for SymGetModuleBase-calls to ERROR_MOD_NOT_FOUND."
This reverts commit b2bcd8afdd
.
It will be applied later through winesync script
This commit is contained in:
parent
555f98267c
commit
92cf32b433
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ struct module* module_find_by_addr(const struct process* pcs, DWORD64 addr,
|
|||
return module;
|
||||
}
|
||||
}
|
||||
SetLastError(ERROR_MOD_NOT_FOUND);
|
||||
SetLastError(ERROR_INVALID_ADDRESS);
|
||||
return module;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue