Changeset 3758 in vbox for trunk/include
- Timestamp:
- Jul 21, 2007 8:55:37 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23071
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib.h
r3638 r3758 26 26 #include <VBox/types.h> 27 27 #include <VBox/usb.h> 28 29 #ifdef RT_OS_WINDOWS 28 30 29 31 #include <initguid.h> … … 115 117 } USBSUP_VERSION, *PUSBSUP_VERSION; 116 118 119 #endif /* RT_OS_WINDOWS */ 120 117 121 #define MAX_VENDOR_NAME 16 118 122 #define MAX_PRODUCT_NAME MAX_VENDOR_NAME
Note:
See TracChangeset
for help on using the changeset viewer.