New upstream version 1.10
[debian/gzip] / lib / open.c
index b344f13a92ac64cfcb3e9c4af3b316d4ae1f4456..792e258ba0b09199346fc053356c6cf3e3b6d73a 100644 (file)
@@ -86,7 +86,7 @@ open (const char *filename, int flags, ...)
   flags &= ~O_NONBLOCK;
 #endif
 
-#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
+#if defined _WIN32 && ! defined __CYGWIN__
   if (strcmp (filename, "/dev/null") == 0)
     filename = "NUL";
 #endif