1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[win32] DeleteTimerQueueEx

This commit is contained in:
Witold Filipczyk 2024-11-30 15:57:28 +01:00
parent e21d8320b7
commit 6746c1eb7e

View File

@ -96,7 +96,7 @@ void
delete_timer_queue(void)
{
if (hTimerQueue) {
DeleteTimerQueue(hTimerQueue);
DeleteTimerQueueEx(hTimerQueue, NULL);
hTimerQueue = NULL;
}
}