wine/ include/winbase.h dlls/kernel/comm.c

Alexandre Julliard julliard at winehq.org
Thu Sep 11 19:26:15 CDT 2003


ChangeSet ID:	9309
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/09/11 19:26:15

Modified files:
	include        : winbase.h 
	dlls/kernel    : comm.c 

Log message:
	Kevin Groeneveld <kgroeneveld at 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




More information about the wine-cvs mailing list