Removed constants that aren't defined in Windows.
This commit is contained in:
parent
0b87a19a35
commit
20286abc42
|
@ -1060,13 +1060,11 @@ BOOL WINAPI SetCommState(
|
|||
#endif
|
||||
#ifdef B230400
|
||||
case 230400:
|
||||
case CBR_230400:
|
||||
port.c_cflag |= B230400;
|
||||
break;
|
||||
#endif
|
||||
#ifdef B460800
|
||||
case 460800:
|
||||
case CBR_460800:
|
||||
port.c_cflag |= B460800;
|
||||
break;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue