Changeset 58110 in vbox for trunk/include/VBox/usblib-win.h
- Timestamp:
- Oct 7, 2015 6:36:49 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103201
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib-win.h
r56291 r58110 32 32 #include <VBox/usb.h> 33 33 34 #ifdef RT_OS_WINDOWS35 36 34 #include <initguid.h> 35 36 37 /** @defgroup grp_usblib_win Windows USB Specifics 38 * @ingroup grp_usblib 39 * @{ 40 */ 41 37 42 // {6068EB61-98E7-4c98-9E20-1F068295909A} 38 43 DEFINE_GUID(GUID_CLASS_VBOXUSB, 0x873fdf, 0xCAFE, 0x80EE, 0xaa, 0x5e, 0x0, 0xc0, 0x4f, 0xb1, 0x72, 0xb); … … 134 139 } USBSUP_VERSION, *PUSBSUP_VERSION; 135 140 136 #endif /* RT_OS_WINDOWS */137 141 138 142 typedef struct USBSUP_FLTADDOUT … … 309 313 RT_C_DECLS_END 310 314 311 312 #endif 313 315 #endif 316
Note:
See TracChangeset
for help on using the changeset viewer.