mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
df5f6f66de
Note: this patch changes the results of EnumProcessModules for a wow64 target process called from a 64bit process. It now returns: - main module and all loaded 64bit modules (Wine multi-arch wow64 and Windows) - main module only (Wine "old" wow64). It used to return all the 32bit modules. You now must use EnumProcessModulesEx(..., LIST_MODULES_32BIT) to get that result. Signed-off-by: Eric Pouech <eric.pouech@gmail.com> |
||
---|---|---|
.. | ||
tests | ||
Makefile.in | ||
psapi.spec | ||
version.rc |