From ec7a9034023d01c6bcbfc84cd446f93a55b96ab2 Mon Sep 17 00:00:00 2001 From: MASM fan Date: Sat, 8 Nov 2014 01:29:50 +0400 Subject: [PATCH] This checking isn't necessary because MSVC for Unix doesn't exist. --- src/compat.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/compat.h b/src/compat.h index 87ad6f8..3caa90a 100644 --- a/src/compat.h +++ b/src/compat.h @@ -26,11 +26,10 @@ #include #include #include -#endif -#ifndef _MSC_VER typedef u_int SOCKET; #endif + #ifdef WIN32 #define MSG_NOSIGNAL 0 #define MSG_DONTWAIT 0 -- 1.7.1