Re: [Qemu-devel] [PATCH 6/7] Teach vnc server to use GThread directly
On Mon, Jan 24, 2011 at 9:00 PM, Anthony Liguori wrote: > +#ifdef _WIN32 > +GThread *q_thread_create_nosignal(GThreadFunc func, > + gpointer data, > + gboolean joinable, > + GError **error) Let's no
[Qemu-devel] [PATCH 6/7] Teach vnc server to use GThread directly
Signed-off-by: Anthony Liguori diff --git a/qemu-thread.c b/qemu-thread.c index 748da5e..6d0c51e 100644 --- a/qemu-thread.c +++ b/qemu-thread.c @@ -14,6 +14,31 @@ #include "qemu-common.h" #include "qemu-thread.h" +#ifdef _WIN32 +GThread *q_thread_create_nosignal(GThreadFunc func, +