Fix the loading .dbg files by no longer using RtlImageNtHeader which
commitbe7c95a3e53503aad572913d65cc5651c85d5438
authorRobert Shearman <rob@codeweavers.com>
Mon, 4 Oct 2004 19:30:50 +0000 (4 19:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 Oct 2004 19:30:50 +0000 (4 19:30 +0000)
treec5dfea64f0245625d7a017ab751124a6cc9167f1
parent0d2cb299522080d886aa058e8472f3b37060900f
Fix the loading .dbg files by no longer using RtlImageNtHeader which
would return NULL and using looking at the IMAGE_SEPARATE_DEBUG_HEADER
directly instead.
dlls/dbghelp/msc.c
dlls/dbghelp/pe_module.c