ChangeSet ID: 11429
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/10 18:49:02
Modified files:
files : directory.c
dlls/kernel : process.c
Log message:
Do not put the TEMP and TMP variables into the Unix environment, use
WINETEMP and WINETMP instead, like we already do for PATH.
Patch: http://cvs.winehq.org/patch.py?id=11429
Old revision New revision Changes Path
1.74 1.75 +4 -2 wine/files/directory.c
1.47 1.48 +28 -8 wine/dlls/kernel/process.c
ChangeSet ID: 11424
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/10 18:41:28
Modified files:
controls : menu.c
Log message:
Huw Davies <huw(a)codeweavers.com>
We need to set the new text even if the old text string was NULL.
Patch: http://cvs.winehq.org/patch.py?id=11424
Old revision New revision Changes Path
1.176 1.177 +4 -3 wine/controls/menu.c
ChangeSet ID: 11423
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/10 18:41:08
Modified files:
dlls/comctl32 : animate.c
Log message:
Do not kill the animation thread with TerminateThread, let it finish
properly.
Fixed a couple of races with the animation thread.
Patch: http://cvs.winehq.org/patch.py?id=11423
Old revision New revision Changes Path
1.53 1.54 +28 -23 wine/dlls/comctl32/animate.c