Commit c36e7b89 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Fixed cut&paste problem in SETRTS.

parent bc39eeec
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment