Changeset 69982 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Dec 7, 2017 2:22:30 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119488
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/serialport-win.cpp
r69980 r69982 357 357 */ 358 358 int rc = VINF_SUCCESS; 359 BOOL fSucc = ResetEvent(pThis->Overlapped.hEvent); Assert(fSucc == TRUE); 359 BOOL fSucc = ResetEvent(pThis->Overlapped.hEvent); Assert(fSucc == TRUE); RT_NOREF(fSucc); 360 360 DWORD cbRead = 0; 361 361 if ( cbToRead == 0
Note:
See TracChangeset
for help on using the changeset viewer.