updated for win32 msvc build

This commit is contained in:
Hans Breuer
2001-02-19 21:51:19 +00:00
parent f1b60091b9
commit d1a05f990e
16 changed files with 133 additions and 6 deletions

View File

@@ -522,8 +522,10 @@ g_thread_create_proxy (gpointer data)
G_LOCK (g_thread);
G_UNLOCK (g_thread);
#ifdef G_THREAD_USE_PID_SURROGATE
if (g_thread_use_default_impl)
SET_PRIO (thread->pid, thread->thread.priority);
#endif /* G_THREAD_USE_PID_SURROGATE */
thread->func (thread->arg);
}