X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fprintf-parse.c;fp=lib%2Fprintf-parse.c;h=e6251458fd916d6fd57a669b8d77c966289a5ea1;hb=dc02bf0d39a3ae0d90d9b7b0feb32c2cc7cdff86;hp=ee5c3be4bba7737d82b601927cdc3d645c9ec9f9;hpb=a8a88eddaa90432e6ec1b8d9d5c9842bc91afd1d;p=debian%2Fgzip diff --git a/lib/printf-parse.c b/lib/printf-parse.c index ee5c3be..e625145 100644 --- a/lib/printf-parse.c +++ b/lib/printf-parse.c @@ -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. */