7 #if defined(XMLRPC_THREADS)
12 # define WIN32_LEAN_AND_MEAN
20 using namespace XmlRpc;
31 ::pthread_detach((pthread_t)
_pThread);
60 ::WaitForSingleObject(
_pThread, INFINITE);
63 ::pthread_join((pthread_t)
_pThread, 0);
78 #endif // XMLRPC_THREADS