From: Yang Tse Date: Mon, 6 Nov 2006 18:26:36 +0000 (+0000) Subject: remove redundant check for Win32 X-Git-Tag: curl-7_16_1~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c84705ec4eeafe816f8b752a4ba8346cbdf66f;p=thirdparty%2Fcurl.git remove redundant check for Win32 --- diff --git a/lib/ssh.c b/lib/ssh.c index f56013ca71..f3cd99b338 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -51,7 +51,7 @@ #include #endif -#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) +#ifdef WIN32 #else /* probably some kind of unix */ #ifdef HAVE_SYS_SOCKET_H