From e5a36fb1cf14d7407e60be14a47997f87e26b3ff Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 Nov 2008 21:26:14 +0000 Subject: [PATCH] WINSOCK_VERSION is no longer used (Richard W.M. Jones fixed) --- win32/libssh2_config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/win32/libssh2_config.h b/win32/libssh2_config.h index 93d45e4..4fce0e3 100644 --- a/win32/libssh2_config.h +++ b/win32/libssh2_config.h @@ -12,10 +12,6 @@ #define HAVE_UNISTD_H #define HAVE_INTTYPES_H #define HAVE_SYS_TIME_H - -/* defined into MS PSDK but not into Mingw w32api */ -#define WINSOCK_VERSION MAKEWORD(2,0) - #endif #define HAVE_WINSOCK2_H