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
external
sofia-sip
Commits
2d4e126e
Commit
2d4e126e
authored
Apr 30, 2007
by
Martti Mela
Browse files
nta.c: changed _WIN32s to HAVE_WIN32s
darcs-hash:20070430114743-1b897-c9d261fa89edd4b910d5927bef62a8a74d6873c8.gz
parent
2852dea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/nta/nta.c
View file @
2d4e126e
...
...
@@ -75,11 +75,11 @@
#include "sofia-sip/nta_stateless.h"
#include "sofia-sip/url_tag.h"
#if !defined(random) && defined(_WIN32)
#if !defined(random) && defined(
HAVE
_WIN32)
#define random rand
#endif
#if !defined(EMSGSIZE) && defined(_WIN32)
#if !defined(EMSGSIZE) && defined(
HAVE
_WIN32)
#define EMSGSIZE WSAEMSGSIZE
#endif
...
...
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