aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index b06214dfb..a02834ecd 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -218,7 +218,7 @@ typedef unsigned char bool;
#ifdef WIN32
-#if !defined(__GNUC__) || defined(__MINGW32__)
+#if !defined(__CYGWIN__)
#define sclose(x) closesocket(x)
#undef HAVE_ALARM