1
0

Fixing compilation on Drawin 9 / MacOS X

git-svn-id: http://mc-server.googlecode.com/svn/trunk@402 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2012-03-12 13:31:34 +00:00
parent cb2de47247
commit b789d5ebf6
4 changed files with 11 additions and 14 deletions

View File

@@ -46,6 +46,10 @@
#define MSG_NOSIGNAL (0)
#endif
#ifndef MSG_NOSIGNAL
#define MSG_NOSIGNAL 0
#endif // MSG_NOSIGNAL
using namespace std;
int Socket::nofSockets_= 0;