ChangeSet ID: 7479
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/16 22:43:26
Modified files:
dlls/comctl32 : tab.c
Log message:
Mike Hearn <mike(a)theoretic.com>
Fix the tab height so the labels don't clip, and restore the offset
constant to what it was before.
Patch: http://cvs.winehq.com/patch.py?id=7479
Old revision New revision Changes Path
1.77 1.78 +2 -2 wine/dlls/comctl32/tab.c
ChangeSet ID: 7470
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/16 17:59:48
Modified files:
tools/winebuild: import.c
Log message:
Don't enter an imported dll in the import table at all if we didn't
need to import any symbol from it.
Patch: http://cvs.winehq.com/patch.py?id=7470
Old revision New revision Changes Path
1.45 1.46 +22 -5 wine/tools/winebuild/import.c