summaryrefslogtreecommitdiff
path: root/include/share/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/share/compat.h')
-rw-r--r--include/share/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/share/compat.h b/include/share/compat.h
index f74a5c1f..2ad40fb9 100644
--- a/include/share/compat.h
+++ b/include/share/compat.h
@@ -98,7 +98,7 @@
#define FLAC__STRNCASECMP strncasecmp
#endif
-#if defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__ || defined __EMX__
+#if defined _MSC_VER || defined __MINGW32__ || defined __EMX__
#include <io.h> /* for _setmode(), chmod() */
#include <fcntl.h> /* for _O_BINARY */
#else