From 7b65dbd4ebade81d504cfe5e681292a58ad1fdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Jun 2018 04:18:55 +0200 Subject: New upstream version 0.9.10 --- lib/printf-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/printf-parse.c') diff --git a/lib/printf-parse.c b/lib/printf-parse.c index d04d16b..b61841b 100644 --- a/lib/printf-parse.c +++ b/lib/printf-parse.c @@ -428,7 +428,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. */ -- cgit v1.2.3