diff options
-rw-r--r-- | comport/comport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/comport.c b/comport/comport.c index c119d6f..f587034 100644 --- a/comport/comport.c +++ b/comport/comport.c @@ -329,7 +329,7 @@ static HANDLE open_serial(int com_nr, t_comport *x) OPEN_EXISTING, #ifdef WIN2000 0, -#elif +#else FILE_FLAG_OVERLAPPED, #endif 0); |