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

Michael Smith msmith at xiph.org
Mon Jul 7 19:07:38 PDT 2003



On Tuesday 08 July 2003 07:33, Brendan wrote:
> brendan     03/07/07 17:33:58
>
>   Modified:    .        sock.c
>   Log:
>   va_copy is undefined on windows

> +#define va_copy(ap1, ap2) ((ap1) = (ap2))

This won't work on some windows compilers (where va_list is, I think, an 
array).

Mike

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