user32: Speed improvement for 16bit comm support.
This commit is contained in:
parent
64c1c017c4
commit
dff43b732b
|
@ -721,7 +721,6 @@ INT16 WINAPI GetCommError16(INT16 cid,LPCOMSTAT16 lpStat)
|
||||||
|
|
||||||
if (lpStat) {
|
if (lpStat) {
|
||||||
lpStat->status = 0;
|
lpStat->status = 0;
|
||||||
|
|
||||||
SleepEx(1,TRUE);
|
SleepEx(1,TRUE);
|
||||||
|
|
||||||
lpStat->cbOutQue = comm_outbuf(ptr);
|
lpStat->cbOutQue = comm_outbuf(ptr);
|
||||||
|
|
Loading…
Reference in New Issue