Changeset 76360 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/darwin/testcase
- Timestamp:
- Dec 22, 2018 1:42:05 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/darwin/testcase/tstOpenUSBDev.cpp
r69500 r76360 1 1 /* $Id$ */ 2 2 /** @file 3 * Testcase that attempts to locate and open the spec fied device.3 * Testcase that attempts to locate and open the specified device. 4 4 */ 5 5 … … 38 38 #include <IOKit/IOCFPlugIn.h> 39 39 40 #include <iprt/err.h> 40 41 #include <iprt/mem.h> 41 42 #include <iprt/string.h> … … 46 47 #include <iprt/initterm.h> 47 48 #include <iprt/stream.h> 49 48 50 49 51 /**
Note:
See TracChangeset
for help on using the changeset viewer.