1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

Fixed cut&paste problem in SETRTS.

This commit is contained in:
Marcus Meissner 2002-02-26 00:39:55 +00:00 committed by Alexandre Julliard
parent bc39eeec40
commit c36e7b8937

View file

@ -556,7 +556,7 @@ BOOL WINAPI EscapeCommFunction(
case SETRTS:
TRACE("SETRTS\n");
#ifdef TIOCM_DTR
#ifdef TIOCM_RTS
direct=TRUE;
result= COMM_WhackModem(fd, 0, TIOCM_RTS);
break;