VirtualBox

Changeset 89764 in vbox


Ignore:
Timestamp:
Jun 17, 2021 9:42:08 AM (4 years ago)
Author:
vboxsync
Message:

Runtime/r3/win/timer-win.cpp: Implement RTTimerCreateEx, RTTimerStart and RTTimerStop as well as removing code paths unused for a very long time [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/timer-win.cpp

    r89762 r89764  
    206206         * Disable the timer.
    207207         */
    208         int rc = CancelWaitableTimer (pTimer->hTimer);
     208        int rc = CancelWaitableTimer (pTimer->hTimer); RT_NOREF(rc);
    209209        AssertMsg(rc, ("CancelWaitableTimer lasterr=%d\n", GetLastError()));
    210210
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