New upstream version 1.10
[debian/gzip] / lib / fcntl.in.h
index 719a54d0f72590f6315cdafd948440b44faca5f5..a1e7d35c1b9cdeb11ca6758e4aeef8e5612980c2 100644 (file)
@@ -68,7 +68,7 @@
 
 /* Native Windows platforms declare open(), creat() in <io.h>.  */
 #if (@GNULIB_OPEN@ || defined GNULIB_POSIXCHECK) \
-    && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)
+    && (defined _WIN32 && ! defined __CYGWIN__)
 # include <io.h>
 #endif