1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-16 06:15:24 +00:00

More win32 fixes.

svn path=/trunk/thread/; revision=3033
This commit is contained in:
Jack Moffitt 2002-02-08 03:51:19 +00:00
parent c334915e67
commit 2566c7f75b

View File

@ -114,6 +114,11 @@ void thread_initialize(void)
{
thread_t *thread;
/* this must be called to init pthreads-win32 */
#ifdef _WIN32
ptw32_processInitialize();
#endif
/* set up logging */
log_initialize();