From eb87f5f946876f39c37e116d941ddd2c73e81a49 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 20 Dec 2005 21:27:56 +0000 Subject: replaced #elif with #else to fix compilation bug svn path=/trunk/externals/iem/comport/; revision=4262 --- comport/comport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comport/comport.c') 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); -- cgit v1.2.1