replaced #elif with #else to fix compilation bug
svn path=/trunk/externals/iem/comport/; revision=4262
This commit is contained in:
parent
e7a3a98865
commit
eb87f5f946
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue