ChangeSet ID: 14121
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/08 21:27:00
Modified files:
dlls/comctl32 : tab.c
Log message:
Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Items are variable sized, use an accessor to get at them.
Combine A/W calls together to remove duplication.
Don't leak text when removing/changing items.
Turn off hot tracking when we delete the last item.
Use the 'delete 1 item' logic when deleting all items.
Patch: http://cvs.winehq.org/patch.py?id=14121
Old revision New revision Changes Path
1.99 1.100 +192 -303 wine/dlls/comctl32/tab.c
ChangeSet ID: 14119
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/08 18:39:16
Modified files:
. : configure.ac configure
Log message:
Build Wine as 32-bit by default on x86-64, and added a --enable-win64
option for people who want to play with 64-bit support.
Patch: http://cvs.winehq.org/patch.py?id=14119
Old revision New revision Changes Path
1.315 1.316 +12 -0 wine/configure.ac
1.605 1.606 +18 -0 wine/configure