ChangeSet ID: 14020
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/04 15:49:51
Modified files:
dlls/shell32 : shellpath.c
Log message:
Fixed typo in ProgramsW.
Changed the case of windows and system directories to match the
directories we create by default.
Patch: http://cvs.winehq.org/patch.py?id=14020
Old revision New revision Changes Path
1.88 1.89 +7 -7 wine/dlls/shell32/shellpath.c
ChangeSet ID: 14018
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/04 15:45:49
Modified files:
libs/wine : config.c
include : config.h.in
. : configure.ac configure
Log message:
Steven Edwards <steven(a)codeweavers.com>
Check for getuid and avoid the use of it in libwine if we don't have
it.
Patch: http://cvs.winehq.org/patch.py?id=14018
Old revision New revision Changes Path
1.10 1.11 +6 -1 wine/libs/wine/config.c
1.199 1.200 +3 -0 wine/include/config.h.in
1.313 1.314 +1 -0 wine/configure.ac
1.603 1.604 +2 -0 wine/configure
ChangeSet ID: 14013
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/04 15:40:12
Modified files:
dlls/comctl32 : animate.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
If an animation is already playing do not restart it.
Remove WM_CLOSE handler, it leads to a memory corruption later on.
Patch: http://cvs.winehq.org/patch.py?id=14013
Old revision New revision Changes Path
1.56 1.57 +11 -19 wine/dlls/comctl32/animate.c
ChangeSet ID: 14012
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/04 15:39:55
Modified files:
dlls/comctl32 : propsheet.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Check to make sure PropSheetInfo* is not null before dereferencing it
for some windows messages.
Patch: http://cvs.winehq.org/patch.py?id=14012
Old revision New revision Changes Path
1.120 1.121 +12 -0 wine/dlls/comctl32/propsheet.c