replaced #elif with #else to fix compilation bug

svn path=/trunk/externals/iem/comport/; revision=4262
This commit is contained in:
Hans-Christoph Steiner 2005-12-20 21:27:56 +00:00
parent e7a3a98865
commit eb87f5f946

View file

@ -329,7 +329,7 @@ static HANDLE open_serial(int com_nr, t_comport *x)
OPEN_EXISTING, OPEN_EXISTING,
#ifdef WIN2000 #ifdef WIN2000
0, 0,
#elif #else
FILE_FLAG_OVERLAPPED, FILE_FLAG_OVERLAPPED,
#endif #endif
0); 0);