-
- Downloads
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.
Showing
- dlls/kernel/comm.c 3 additions, 52 deletionsdlls/kernel/comm.c
- dlls/kernel/tests/comm.c 20 additions, 2 deletionsdlls/kernel/tests/comm.c
- include/wine/server_protocol.h 1 addition, 4 deletionsinclude/wine/server_protocol.h
- server/protocol.def 0 additions, 3 deletionsserver/protocol.def
- server/serial.c 0 additions, 11 deletionsserver/serial.c
- server/trace.c 2 additions, 4 deletionsserver/trace.c
Loading
Please register or sign in to comment