win32: Make once-test work

The barrier is not used when pthread is not available.
This commit is contained in:
Maarten Bosmans 2011-06-23 22:21:02 +02:00 committed by Colin Guthrie
parent 2cfacc6f55
commit 3adc43b8fe
4 changed files with 32 additions and 9 deletions

View file

@ -94,8 +94,6 @@ int main(int argc, char *argv[]) {
int i, k;
pa_thread* t[THREADS_MAX];
assert(pa_thread_is_running(pa_thread_self()));
mutex = pa_mutex_new(FALSE, FALSE);
cond1 = pa_cond_new();
cond2 = pa_cond_new();