[DBGHELP] search for debugfiles in modulepath too.
authorAndreas Maier <staubim@quantentunnel.de>
Sat, 3 Nov 2018 20:26:48 +0000 (21:26 +0100)
committerMark Jansen <mark.jansen@reactos.org>
Fri, 19 Apr 2019 19:09:38 +0000 (21:09 +0200)
commit183294a12e6a1b832ec994399e5efd602ba2b81f
tree31f75dca961eaca55a6f09e2c7d82e71dd297f48
parent9f3eb1f9a21a874212a73c6c4f29857937b01a1f
[DBGHELP] search for debugfiles in modulepath too.

Debug symbols (like PDB, ...) could not be found if the direcory of
the module and application differs. Applying this patch they will
be found.
Dbghelp searches the module path too. (See MS docs).
dll/win32/dbghelp/dbghelp_private.h
dll/win32/dbghelp/msc.c
dll/win32/dbghelp/path.c
dll/win32/dbghelp/pe_module.c