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
1 changed files with 1 additions and 1 deletions

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;