Module: wine Branch: master Commit: af7b97e780d7cd50fbde79c8b17706184f548185 URL: https://gitlab.winehq.org/wine/wine/-/commit/af7b97e780d7cd50fbde79c8b177061...
Author: Eric Pouech eric.pouech@gmail.com Date: Tue May 16 20:21:09 2023 +0200
dbghelp: Reimplement EnumerateLoadedModules().
- correctly taking into accoung SYMOPT_INCLUDE_32BIT_MODULES option - converting, for 32bit modules requested from a 64bit module, the system32 paths into syswow64
Signed-off-by: Eric Pouech eric.pouech@gmail.com
---
dlls/dbghelp/Makefile.in | 2 +- dlls/dbghelp/module.c | 139 +++++++++++++++++++++++++++++++------------ dlls/dbghelp/tests/dbghelp.c | 35 ----------- 3 files changed, 103 insertions(+), 73 deletions(-)