j
k
j a
j l
Huw Davies (@huw) commented about dlls/winecoreaudio.drv/mmdevdrv.c:
return S_OK; } -void CALLBACK ca_period_cb(void *user, BOOLEAN timer) +static DWORD WINAPI ca_period_cb(void *user)
return S_OK;
}
-void CALLBACK ca_period_cb(void *user, BOOLEAN timer) +static DWORD WINAPI ca_period_cb(void *user)
Could we change this name to `ca_timer_thread`?
Back to the thread
Back to the list