VirtualBox

Changeset 85077 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 6, 2020 9:00:32 PM (5 years ago)
Author:
vboxsync
Message:

USBProxyDevice-darwin.cpp: Build fix. bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp

    r82968 r85077  
    11241124     */
    11251125    CFMutableDictionaryRef RefMatchingDict = IOServiceMatching(kIOUSBDeviceClassName);
    1126     AssertReturn(RefMatchingDict != IO_OBJECT_NULL, VERR_OPEN_FAILED);
     1126    AssertReturn(RefMatchingDict != NULL, VERR_OPEN_FAILED);
    11271127
    11281128    uint64_t u64SessionId = 0;
Note: See TracChangeset for help on using the changeset viewer.

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