ChangeSet ID: 11228
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/24 19:24:22
Modified files:
dlls/comctl32 : propsheet.c
Log message:
Matt Chapman <matthewc(a)cse.unsw.edu.au>
Fix a reentrancy issue in the property sheet implementation by not
caching a pointer that can change.
Patch: http://cvs.winehq.org/patch.py?id=11228
Old revision New revision Changes Path
1.94 1.95 +2 -3 wine/dlls/comctl32/propsheet.c
ChangeSet ID: 11226
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/23 19:26:31
Modified files:
dlls/ntdll : loadorder.c
Log message:
Tweak the load order algorithm a bit to better reflect the user's
intention, by taking into account non-wildcard module specifications
for all directories.
Patch: http://cvs.winehq.org/patch.py?id=11226
Old revision New revision Changes Path
1.7 1.8 +34 -9 wine/dlls/ntdll/loadorder.c
ChangeSet ID: 11225
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/23 19:25:03
Modified files:
dlls/ntdll : loader.c
Log message:
Return right away from import_dll when a dll is not found to avoid
displaying many useless function errors.
Patch: http://cvs.winehq.org/patch.py?id=11225
Old revision New revision Changes Path
1.63 1.64 +6 -9 wine/dlls/ntdll/loader.c