mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
More win32 fixes.
svn path=/trunk/thread/; revision=3033
This commit is contained in:
parent
c334915e67
commit
2566c7f75b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user