aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-11-06 18:26:36 +0000
committerYang Tse <yangsita@gmail.com>2006-11-06 18:26:36 +0000
commitd1c84705ec4eeafe816f8b752a4ba8346cbdf66f (patch)
treeb4fff3eb83e4b909168e46da443792a4b9be8282
parent3274908551a92d546341ce6af294fd0e0f9e25e2 (diff)
remove redundant check for Win32
-rw-r--r--lib/ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh.c b/lib/ssh.c
index f56013ca7..f3cd99b33 100644
--- 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