Changeset 73630 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Aug 13, 2018 10:39:39 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124299
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/serialport-win.cpp
r71028 r73630 267 267 NULL); 268 268 if (pThis->hDev) 269 { 269 270 rc = rtSerialPortSetDefaultCfg(pThis); 271 if (RT_SUCCESS(rc)) 272 { 273 *phSerialPort = pThis; 274 return rc; 275 } 276 } 270 277 else 271 278 rc = RTErrConvertFromWin32(GetLastError()); 272 279 273 CloseHandle(pThis->hEvt Dev);280 CloseHandle(pThis->hEvtIntr); 274 281 } 275 282 else
Note:
See TracChangeset
for help on using the changeset viewer.