mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
Implement some functions for win32
And disable building binaries for win32 that make no sense there
This commit is contained in:
parent
7b90e3b942
commit
d6d4336705
4 changed files with 72 additions and 18 deletions
|
|
@ -1078,7 +1078,7 @@ finish:
|
|||
}
|
||||
|
||||
#ifdef OS_IS_WIN32
|
||||
if (win32_timer)
|
||||
if (mainloop && win32_timer)
|
||||
pa_mainloop_get_api(mainloop)->time_free(win32_timer);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue