VirtualBox

Changeset 37001 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
May 7, 2011 8:57:58 PM (14 years ago)
Author:
vboxsync
Message:

usb: assertion fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp

    r36998 r37001  
    11641164        {
    11651165            DWORD winEr = GetLastError();
    1166             AssertMsgFailed((__FUNCTION__": DeleteTimerQueueTimer failed, winEr (%d)\n", winEr));
     1166            AssertMsg(winEr == ERROR_IO_PENDING, (__FUNCTION__": DeleteTimerQueueTimer failed, winEr (%d)\n", winEr));
    11671167        }
    11681168    }
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