Changeset 69894 in vbox
- Timestamp:
- Nov 30, 2017 10:38:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/serialport-posix.cpp
r69892 r69894 223 223 if (RT_SUCCESS(rc)) 224 224 { 225 #ifdef RT_OS_LINUX 225 226 if (pThis->fOpenFlags & RT_SERIALPORT_OPEN_F_ENABLE_LOOPBACK) 226 227 { … … 238 239 rc = RTErrConvertFromErrno(errno); 239 240 } 241 #else 242 if (pThis->fOpenFlags & RT_SERIALPORT_OPEN_F_ENABLE_LOOPBACK) 243 return VERR_NOT_SUPPORTED; 244 #endif 240 245 } 241 246 } … … 435 440 #ifdef RT_OS_LINUX 436 441 bool fPoll = false; 437 #else438 const bool fPoll = true;439 442 #endif 440 443
Note:
See TracChangeset
for help on using the changeset viewer.