diff options
Diffstat (limited to 'network_core.h')
-rw-r--r-- | network_core.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/network_core.h b/network_core.h index 3130ce2e3..4114f5e41 100644 --- a/network_core.h +++ b/network_core.h @@ -13,11 +13,7 @@ #include <winsock2.h> #include <ws2tcpip.h> -#ifdef _MSC_VER - #pragma comment (lib, "ws2_32.lib") -#endif //_MSC_VER - -#if ! (defined(__MINGW32__) || defined(__CYGWIN__)) +#if !(defined(__MINGW32__) || defined(__CYGWIN__)) // Windows has some different names for some types.. typedef SSIZE_T ssize_t; typedef int socklen_t; |