ChangeSet ID: 13733
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/10 16:13:55
Modified files:
include : winternl.h
Log message:
Robert Reif <reif(a)earthlink.net>
Document all the structure members up to SessionId in the PEB.
Patch: http://cvs.winehq.org/patch.py?id=13733
Old revision New revision Changes Path
1.93 1.94 +55 -16 wine/include/winternl.h
ChangeSet ID: 13728
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/10 14:35:56
Modified files:
dlls/x11drv : dib.c
Log message:
Huw Davies <huw(a)codeweavers.com>
We want all 1bpp dibsections to have a monochrome bitmap and
everything else to be at the screen depth.
Patch: http://cvs.winehq.org/patch.py?id=13728
Old revision New revision Changes Path
1.15 1.16 +3 -1 wine/dlls/x11drv/dib.c
ChangeSet ID: 13726
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/10 14:35:06
Modified files:
dlls/kernel : time.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Fixed TzSpecificLocalTimeToSystemTime and
SystemTimeToTzSpecificLocalTime:
- take the time of day into the calculation, so the bias is calculated
correctly during the transition days;
- the transition times are expressed as local time, not system time;
- correct the daylight logic for use on the southern hemisphere;
- beautify some LONGLONG arithmetic.
Patch: http://cvs.winehq.org/patch.py?id=13726
Old revision New revision Changes Path
1.42 1.43 +76 -69 wine/dlls/kernel/time.c