ChangeSet ID: 14349
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/27 16:19:22
Modified files:
include : winbase.h
dlls/kernel : time.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
- Reordered some code from the existing helper _GetTimeZoneBias to
make it more general useful (and changed the helper names to
TIME_xyz).
- Make GetTimeZoneInformation return the correct zone id constants.
- Changed some "const LPX_Y_Z" declarations to "const X_Y_Z *".
Patch: http://cvs.winehq.org/patch.py?id=14349
Old revision New revision Changes Path
1.220 1.221 +1 -1 wine/include/winbase.h
1.43 1.44 +236 -198 wine/dlls/kernel/time.c
ChangeSet ID: 14345
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/27 16:17:44
Modified files:
dlls/msvcrt : time.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
In MSVCRT_localtime() return tm_isdst = 0 when there are no daylight
time changes in the local time zone.
Patch: http://cvs.winehq.org/patch.py?id=14345
Old revision New revision Changes Path
1.18 1.19 +2 -3 wine/dlls/msvcrt/time.c
ChangeSet ID: 14344
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/27 16:17:30
Modified files:
dlls/shell32 : shellpath.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
_SHExpandEnvironmentStrings should return input string if no % found
to expand, and should call ExpandEnvironmentStringsW if it doesn't
handle an environment variable directly. Based on a patch from Dan
Kegel.
Patch: http://cvs.winehq.org/patch.py?id=14344
Old revision New revision Changes Path
1.92 1.93 +25 -15 wine/dlls/shell32/shellpath.c