diff -r dc58c928b828 -r d8a4164fdb14 network_core.h --- a/network_core.h Thu Dec 23 19:50:01 2004 +0000 +++ b/network_core.h Thu Dec 23 20:23:05 2004 +0000 @@ -12,7 +12,11 @@ # include # include # include -# pragma comment (lib, "ws2_32.lib") + +#ifdef _MSC_VER +#pragma comment (lib, "ws2_32.lib") +#endif //_MSC_VER + # define ENABLE_NETWORK // On windows, the network is always enabled # define GET_LAST_ERROR() WSAGetLastError() # define EWOULDBLOCK WSAEWOULDBLOCK