ChangeSet ID: 9667 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/10/07 17:56:34
Modified files: dlls/ntdll : ntdll_misc.h loadorder.c loader.c
Log message: Removed references to GetSystemDirectoryW. Optimized module lookup a bit. Keep track of the modref pointer across builtin dll loads to avoid having to look it up by name afterwards.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9667
Old revision New revision Changes Path 1.26 1.27 +1 -0 wine/dlls/ntdll/ntdll_misc.h 1.3 1.4 +31 -7 wine/dlls/ntdll/loadorder.c 1.44 1.45 +122 -84 wine/dlls/ntdll/loader.c