mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
win32 patches from Ed
svn path=/trunk/thread/; revision=3123
This commit is contained in:
parent
508795aa8b
commit
08be376dd4
@ -25,16 +25,17 @@
|
||||
#include <time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
#else
|
||||
#include <windows.h>
|
||||
#include <winbase.h>
|
||||
#include <implement.h>
|
||||
#endif
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
#include "log.h"
|
||||
@ -42,7 +43,7 @@
|
||||
#include "avl.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define __FUNCTION__ __FILE__ ":" __LINE__
|
||||
#define __FUNCTION__ __FILE__
|
||||
#endif
|
||||
|
||||
#define CATMODULE "thread"
|
||||
|
Loading…
Reference in New Issue
Block a user