ChangeSet ID: 13999 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/04 14:30:50
Modified files: dlls/dbghelp : pe_module.c msc.c
Log message: Robert Shearman rob@codeweavers.com 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.
Patch: http://cvs.winehq.org/patch.py?id=13999
Old revision New revision Changes Path 1.5 1.6 +12 -7 wine/dlls/dbghelp/pe_module.c 1.6 1.7 +4 -3 wine/dlls/dbghelp/msc.c