Removed constants that aren't defined in Windows.

This commit is contained in:
Alexandre Julliard 2002-04-22 22:32:13 +00:00
parent 0b87a19a35
commit 20286abc42
1 changed files with 4 additions and 6 deletions

View File

@ -1060,13 +1060,11 @@ BOOL WINAPI SetCommState(
#endif #endif
#ifdef B230400 #ifdef B230400
case 230400: case 230400:
case CBR_230400:
port.c_cflag |= B230400; port.c_cflag |= B230400;
break; break;
#endif #endif
#ifdef B460800 #ifdef B460800
case 460800: case 460800:
case CBR_460800:
port.c_cflag |= B460800; port.c_cflag |= B460800;
break; break;
#endif #endif