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

va_copy is undefined on windows

svn path=/trunk/net/; revision=5092
This commit is contained in:
brendan 2003-07-07 21:33:58 +00:00
parent 29fa0ec38f
commit e2272351a3

View File

@ -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"