Module: wine
Branch: refs/heads/master
Commit: 6b95c0e4b47cc43be8378ea12937d16983d1e4a4
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6b95c0e4b47cc43be8378ea…
Author: Eric Pouech <eric.pouech(a)wanadoo.fr>
Date: Fri Feb 24 21:31:56 2006 +0100
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 | 55 ++--------------------------------------
dlls/kernel/tests/comm.c | 22 +++++++++++++++-
include/wine/server_protocol.h | 5 +---
server/protocol.def | 3 --
server/serial.c | 11 --------
server/trace.c | 6 +---
6 files changed, 26 insertions(+), 76 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=6b95c0e4b47cc43be83…