Skip to content
Snippets Groups Projects
Commit 45d01be5 authored by eric pouech's avatar eric pouech Committed by Alexandre Julliard
Browse files

dbghelp: Let EnumerateLoadedModules() expose image names.


Even is MSDN states that it enumerates modules' name, the first parameter
to the callback is the fullpath to the image.
So
- fix EnumerateLoadedModules() to pass the image name for the
  considered module
- fix all callbacks in Wine code to EnumerateLoadedModules to
  handle the image name instead of module name

Signed-off-by: default avatarEric Pouech <eric.pouech@gmail.com>
parent 8be5c10f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment