Changeset 89764 in vbox
- Timestamp:
- Jun 17, 2021 9:42:08 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/timer-win.cpp
r89762 r89764 206 206 * Disable the timer. 207 207 */ 208 int rc = CancelWaitableTimer (pTimer->hTimer); 208 int rc = CancelWaitableTimer (pTimer->hTimer); RT_NOREF(rc); 209 209 AssertMsg(rc, ("CancelWaitableTimer lasterr=%d\n", GetLastError())); 210 210
Note:
See TracChangeset
for help on using the changeset viewer.