]> granicus.if.org Git - curl/commitdiff
remove redundant check for Win32
authorYang Tse <yangsita@gmail.com>
Mon, 6 Nov 2006 18:26:36 +0000 (18:26 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 6 Nov 2006 18:26:36 +0000 (18:26 +0000)
lib/ssh.c

index f56013ca71bd92b8d1db33cee9dd0045aa00505d..f3cd99b33838b8fc3833edc83a6a45bc0c2e1bd8 100644 (file)
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -51,7 +51,7 @@
 #include <sys/stat.h>
 #endif
 
-#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
+#ifdef WIN32
 
 #else /* probably some kind of unix */
 #ifdef HAVE_SYS_SOCKET_H