Changeset 7835 in vbox for trunk/src/VBox
- Timestamp:
- Apr 9, 2008 12:48:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvTAPWin32.cpp
r7834 r7835 264 264 /* Wait for the async thread to quit; up to half a second */ 265 265 WaitForSingleObject(pData->hHaltAsyncEventSem, 500); 266 267 return VINF_SUCCESS; 266 268 } 267 269
Note:
See TracChangeset
for help on using the changeset viewer.