Changeset 62697 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/testcase
- Timestamp:
- Jul 29, 2016 3:56:55 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109271
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/testcase/USBTest.cpp
r62688 r62697 253 253 } 254 254 255 if (version.u32Major != USBMON_MAJOR_VERSION || 256 version.u32Minor < USBMON_MINOR_VERSION) 255 if ( version.u32Major != USBMON_MAJOR_VERSION 256 #if USBMON_MINOR_VERSION != 0 257 || version.u32Minor < USBMON_MINOR_VERSION 258 #endif 259 ) 257 260 { 258 261 printf("usbproxy: Filter driver version mismatch!!\n");
Note:
See TracChangeset
for help on using the changeset viewer.