kernel32: ClearCommError.
authorEric Pouech <eric.pouech@wanadoo.fr>
Fri, 24 Feb 2006 20:31:56 +0000 (21:31 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Feb 2006 12:54:43 +0000 (13:54 +0100)
commit6b95c0e4b47cc43be8378ea12937d16983d1e4a4
treede815dde39c9ced33c19a13c1191cdf4a4b28df5
parentcd024942afd316652fd989ce1679d8335b88d4ef
kernel32: ClearCommError.

ClearCommError should only deal with *communication* errors (are being
seen on the serial interface) rather than API errors (which can be
reported to the caller by the API itself).  I then removed all the
stuff related to storing the error status in the server object.
dlls/kernel/comm.c
dlls/kernel/tests/comm.c
include/wine/server_protocol.h
server/protocol.def
server/serial.c
server/trace.c