ChangeSet ID: 9309
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/11 19:26:15
Modified files:
include : winbase.h
dlls/kernel : comm.c
Log message:
Kevin Groeneveld <kgroeneveld(a)mcmaster.ca>
Add missing wReserved1 member to DCB structure definition.
Fix several bugs in BuildCommDCBAndTimeouts:
- make sure LPCSTR parameter is really treated as constant
- fix possible buffer overflow if passed in string is too long
- if the device control string is invalid, do not modify DCB
- do not clear entire DCB, only modify appropriate members
- fix parsing of stop bits parameter so it works for 1 and 1.5
- populate COMMTIMEOUTS when to=xxx parameter is specified
- added support for xon, odsr, octs, dtr, rts, and idsr parameters
- fix several other parsing errors
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9309
Old revision New revision Changes Path
1.193 1.194 +1 -0 wine/include/winbase.h
1.71 1.72 +350 -173 wine/dlls/kernel/comm.c
ChangeSet ID: 9306
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/11 19:23:30
Modified files:
windows : dialog.c
Log message:
Kevin Groeneveld <kgroeneveld(a)mcmaster.ca>
Modify CheckRadioButton function to be more consistent with Windows.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9306
Old revision New revision Changes Path
1.120 1.121 +2 -3 wine/windows/dialog.c