Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
ortp
Commits
bf099398
Commit
bf099398
authored
Dec 07, 2010
by
Guillaume Beraudo
Browse files
Fix macro conflict.
parent
7faf69b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
include/ortp/stun_udp.h
include/ortp/stun_udp.h
+2
-0
No files found.
include/ortp/stun_udp.h
View file @
bf099398
...
...
@@ -94,8 +94,10 @@ typedef LONGLONG Int64;
#else
typedef
int
Socket
;
#ifndef INVALID_SOCKET
#define INVALID_SOCKET -1
#define SOCKET_ERROR -1
#endif
#define closesocket(fd) close(fd)
...
...
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