mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
va_copy is undefined on windows
svn path=/trunk/net/; revision=5092
This commit is contained in:
parent
29fa0ec38f
commit
e2272351a3
@ -52,6 +52,7 @@
|
||||
#define EWOULDBLOCK WSAEWOULDBLOCK
|
||||
#define EALREADY WSAEALREADY
|
||||
#define socklen_t int
|
||||
#define va_copy(ap1, ap2) ((ap1) = (ap2))
|
||||
#endif
|
||||
|
||||
#include "sock.h"
|
||||
|
Loading…
Reference in New Issue
Block a user