dbghelp: Change order when trying to load modules.
commitd6d22677da3f60c6769a7a85897493772477207f
authorEric Pouech <epouech@codeweavers.com>
Mon, 18 Dec 2023 11:59:22 +0000 (18 12:59 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 6 Mar 2024 21:05:47 +0000 (6 22:05 +0100)
tree3e7ef3158975f268361b6df9b46e848761db72d1
parent0e3dba2a7ae7de844908647907eeefa0ca64b67c
dbghelp: Change order when trying to load modules.

Change from: dll.so   > PE image > ELF/Mach-O images
into         PE image > dll.so   > ELF/Mach-O images

Main goal is in SymLoadModule*(), to not resynchronize the system
modules list when requesting loading of a PE image.
This can gain quite some time in some situations.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
dlls/dbghelp/module.c