Changeset 57358 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/lib
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp
r56293 r57358 16 16 */ 17 17 18 /******************************************************************************* 19 * Header Files * 20 *******************************************************************************/ 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 21 22 #define LOG_GROUP LOG_GROUP_DRV_USBPROXY 22 23 #include <windows.h> … … 48 49 #endif 49 50 50 /******************************************************************************* 51 * Structures and Typedefs * 52 *******************************************************************************/ 51 52 /********************************************************************************************************************************* 53 * Structures and Typedefs * 54 *********************************************************************************************************************************/ 53 55 typedef struct _USB_INTERFACE_DESCRIPTOR2 54 56 { … … 97 99 98 100 99 /******************************************************************************* 100 * Global Variables *101 ******************************************************************************* /101 /********************************************************************************************************************************* 102 * Global Variables * 103 *********************************************************************************************************************************/ 102 104 static VBOXUSBGLOBALSTATE g_VBoxUsbGlobal; 103 105
Note:
See TracChangeset
for help on using the changeset viewer.