Eric Pouech : kernel32: ClearCommError.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 27 09:33:17 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 6b95c0e4b47cc43be8378ea12937d16983d1e4a4
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=6b95c0e4b47cc43be8378ea12937d16983d1e4a4

Author: Eric Pouech <eric.pouech at 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=6b95c0e4b47cc43be8378ea12937d16983d1e4a4



More information about the wine-cvs mailing list