Rewrote most of the import fixup code to avoid doing redundant work
commit0412cc55d2c092dc5548cd4598425ad577cceeb3
authorAlexandre Julliard <julliard@winehq.org>
Sat, 5 Apr 2003 05:16:11 +0000 (5 05:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 5 Apr 2003 05:16:11 +0000 (5 05:16 +0000)
treed7a0c50e1d3bc22a3f2af5e0632e43c8d4576620
parent5980477dcc4a8ba5c8e8ff1288c017edca0f6bc9
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.
dlls/ntdll/loader.c
dlls/ntdll/ntdll_misc.h
loader/pe_image.c