mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
va_copy is undefined on windows
svn path=/trunk/net/; revision=5092
This commit is contained in:
parent
ff09d9eaa9
commit
729d65ae52
@ -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