From: MASM fan Date: Fri, 7 Nov 2014 21:29:50 +0000 (+0400) Subject: This checking isn't necessary because MSVC for Unix doesn't exist. X-Git-Tag: nvc-v0.5.0~52 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=ec7a9034023d01c6bcbfc84cd446f93a55b96ab2 This checking isn't necessary because MSVC for Unix doesn't exist. --- 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