dbghelp: Reimplement EnumerateLoadedModules().
commitaf7b97e780d7cd50fbde79c8b17706184f548185
authorEric Pouech <eric.pouech@gmail.com>
Tue, 16 May 2023 18:21:09 +0000 (16 20:21 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 2 Jun 2023 18:47:28 +0000 (2 20:47 +0200)
tree979d388b2647a369e955438015c77cc438379b6a
parent79bae0ed374eb8ae9c196b6d786ced21d6452d79
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
dlls/dbghelp/module.c
dlls/dbghelp/tests/dbghelp.c