ChangeSet ID: 7797 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/04/04 23:16:11
Modified files: loader : pe_image.c dlls/ntdll : ntdll_misc.h loader.c
Log message: Rewrote most of the import fixup code to avoid doing redundant work for every entry point. Moved it all to dlls/ntdll/loader.c. Various optimizations in the other loader routines.
Patch: http://cvs.winehq.com/patch.py?id=7797
Old revision New revision Changes Path 1.127 1.128 +0 -259 wine/loader/pe_image.c 1.13 1.14 +0 -3 wine/dlls/ntdll/ntdll_misc.h 1.21 1.22 +325 -67 wine/dlls/ntdll/loader.c