New upstream version 1.10
[debian/gzip] / lib / printf-parse.c
index ee5c3be4bba7737d82b601927cdc3d645c9ec9f9..e6251458fd916d6fd57a669b8d77c966289a5ea1 100644 (file)
@@ -419,7 +419,7 @@ PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)
                       cp++;
                     }
 #endif
-#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
+#if defined _WIN32 && ! defined __CYGWIN__
                   /* On native Windows, PRIdMAX is defined as "I64d".
                      We cannot change it to "lld" because PRIdMAX must also
                      be understood by the system's printf routines.  */