Changes for intel Mac OSX build

This commit is contained in:
Corysia Taware
2014-04-03 14:10:03 -07:00
parent bb541eeb60
commit f6046477b4
13 changed files with 39 additions and 11 deletions
+4
View File
@@ -30,6 +30,10 @@
#ifdef FREEBSD //Timothy Whitman - January 7, 2003
#define MSG_NOSIGNAL 0
#endif
#ifdef DARWIN
#define MSG_NOSIGNAL SO_NOSIGPIPE // Corysia Taware - Sept. 27, 2013
// See http://lists.apple.com/archives/macnetworkprog/2002/Dec/msg00091.html
#endif // DARWIN
#ifdef _WINDOWS
InitWinsock winsock;