[xiph-cvs] cvs commit: net sock.c

Brendan brendan at xiph.org
Mon Jul 7 14:33:58 PDT 2003



brendan     03/07/07 17:33:58

  Modified:    .        sock.c
  Log:
  va_copy is undefined on windows

Revision  Changes    Path
1.33      +1 -0      net/sock.c

Index: sock.c
===================================================================
RCS file: /usr/local/cvsroot/net/sock.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -u -r1.32 -r1.33
--- sock.c	7 Jul 2003 01:32:42 -0000	1.32
+++ sock.c	7 Jul 2003 21:33:58 -0000	1.33
@@ -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"

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list