From 471c9dbf021553e82465d8bdeecbf8998c54cbe4 Mon Sep 17 00:00:00 2001 From: Joakim B Hernberg Date: Sat, 19 Feb 2011 18:25:39 +0100 Subject: [PATCH] make it compile again :) --- asio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/asio.c b/asio.c index 89221fa..478380f 100644 --- a/asio.c +++ b/asio.c @@ -1465,7 +1465,6 @@ static int jack_thread_creator(pthread_t* thread_id, const pthread_attr_t* attr, CreateThread( NULL, 0, jack_thread_creator_helper, arg, 0,0 ); WaitForSingleObject(jack_thread_creator_privates.jack_callback_thread_created, INFINITE); *thread_id = jack_thread_creator_privates.jack_callback_pthread_id; - pthread return 0; } -- 2.11.4.GIT