Fix Proc Name For Delay Load Import Failure

Robert Shearman R.J.Shearman at warwick.ac.uk
Mon Feb 9 12:45:09 CST 2004


Hi,

I can't see any reason for the +2 in the original version of the file in
the patch. Tested with:
WINEDLLOVERRIDES="comctl32=" wine regedit

Without patch:
Unhandled exception: unimplemented function
comctl32.dll.itCommonControls called in 32-bit code (0x405f609e).
In 32-bit mode.
0x405f609e (__wine_delay_load+0x9e [regedit.exe.spec.c:329] in
regedit.exe): jm0x405f6098 (__wine_delay_load+0x98
[regedit.exe.spec.c:329] in regedit.exe)
329         for (;;) RtlRaiseException( &rec );

With patch:
Unhandled exception: unimplemented function
comctl32.dll.InitCommonControls called in 32-bit code (0x405f609e).
In 32-bit mode.
0x405f609e (__wine_delay_load+0x9e [regedit.exe.spec.c:329] in
regedit.exe): jm0x405f6098 (__wine_delay_load+0x98
[regedit.exe.spec.c:329] in regedit.exe)
329         for (;;) RtlRaiseException( &rec );

Rob

Changelog:
Fix proc name reported in delay load failure

-------------- next part --------------
A non-text attachment was scrubbed...
Name: winebuild.diff
Type: text/x-patch
Size: 786 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040209/472f16d8/winebuild.bin


More information about the wine-patches mailing list