mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[win32] DeleteTimerQueueEx
This commit is contained in:
parent
e21d8320b7
commit
6746c1eb7e
@ -96,7 +96,7 @@ void
|
||||
delete_timer_queue(void)
|
||||
{
|
||||
if (hTimerQueue) {
|
||||
DeleteTimerQueue(hTimerQueue);
|
||||
DeleteTimerQueueEx(hTimerQueue, NULL);
|
||||
hTimerQueue = NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user