VirtualBox

Ignore:
Timestamp:
Jul 29, 2016 3:56:55 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109271
Message:

HostDrivers: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/testcase/USBTest.cpp

    r62688 r62697  
    253253    }
    254254
    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        )
    257260    {
    258261        printf("usbproxy: Filter driver version mismatch!!\n");
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette