Implement some functions for win32

And disable building binaries for win32 that make no sense there
This commit is contained in:
Maarten Bosmans 2011-01-06 02:10:45 +01:00
parent 7b90e3b942
commit d6d4336705
4 changed files with 72 additions and 18 deletions

View file

@ -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