Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
c6caf7f1
Commit
c6caf7f1
authored
Jul 08, 2003
by
Ed "oddsock" Zaleski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more portable va_copy for win32
svn path=/trunk/net/; revision=5098
parent
b1cd3085
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/net/sock.c
src/net/sock.c
+1
-1
No files found.
src/net/sock.c
View file @
c6caf7f1
...
...
@@ -52,7 +52,7 @@
#define EWOULDBLOCK WSAEWOULDBLOCK
#define EALREADY WSAEALREADY
#define socklen_t int
#define va_copy(ap1, ap2)
((ap1) = (ap2
))
#define va_copy(ap1, ap2)
memcpy(&ap1, &ap2, sizeof(va_list
))
#endif
#include "sock.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment