New upstream version 1.10
[debian/gzip] / lib / pathmax.h
index 1eafb49d52e97afa52334b92b0e026cfd5979449..7052e6a84e90db90ec8186fa748042f9e311283b 100644 (file)
@@ -65,7 +65,7 @@
 #  define PATH_MAX 1024
 # endif
 
-# if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
+# if defined _WIN32 && ! defined __CYGWIN__
 /* The page "Naming Files, Paths, and Namespaces" on msdn.microsoft.com,
    section "Maximum Path Length Limitation",
    <https://msdn.microsoft.com/en-us/library/aa365247.aspx#maxpath>