ChangeSet ID: 9159
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/01 18:56:40
Modified files:
dlls/kernel : ne_module.c
Log message:
Don't strip the path in LoadModule16 before we have opened the file
(reported by Jukka Heinonen).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9159
Old revision New revision Changes Path
1.5 1.6 +8 -7 wine/dlls/kernel/ne_module.c
ChangeSet ID: 9157
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/01 18:55:33
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
If we don't send custom draw messages for subitems, inherit the color
& text attributes of the main item.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9157
Old revision New revision Changes Path
1.359 1.360 +2 -1 wine/dlls/comctl32/listview.c