Patch attached.
--
Best regards,
ltpmouse
From 35656690a3eb69ac5694de27081e9213df2eec79 Mon Sep 17 00:00:00 2001
From: Liu Hao <[email protected]>
Date: Tue, 27 Jun 2017 23:57:39 +0800
Subject: [PATCH] mingw-w64-headers/crt/_mingw_print_pop.h: Do not check for
_INC_STDIO or _WSTDIO_DEFINED any more, as there is no such check in
<_mingw_print_push.h>.
Signed-off-by: Liu Hao <[email protected]>
---
mingw-w64-headers/crt/_mingw_print_pop.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mingw-w64-headers/crt/_mingw_print_pop.h
b/mingw-w64-headers/crt/_mingw_print_pop.h
index 046b6203..ac524618 100644
--- a/mingw-w64-headers/crt/_mingw_print_pop.h
+++ b/mingw-w64-headers/crt/_mingw_print_pop.h
@@ -5,7 +5,7 @@
*/
/* Define __mingw_<printf> macros. */
-#if defined(__USE_MINGW_ANSI_STDIO) && (defined(_INC_STDIO) ||
defined(_WSTDIO_DEFINED)) && ((__USE_MINGW_ANSI_STDIO + 0) != 0)
+#if defined(__USE_MINGW_ANSI_STDIO) && ((__USE_MINGW_ANSI_STDIO + 0) != 0)
/* Redefine to GNU specific PRI... and SCN... macros. */
#if defined(_INTTYPES_H_) && defined(PRId64)
@@ -133,4 +133,4 @@
#endif /* _WIN64 */
#endif /* defined(_INTTYPES_H_) && defined(PRId64) */
-#endif /* defined(__USE_MINGW_ANSI_STDIO) && defined(_INC_STDIO) &&
__USE_MINGW_ANSI_STDIO != 0 */
+#endif /* defined(__USE_MINGW_ANSI_STDIO) && __USE_MINGW_ANSI_STDIO != 0 */
--
2.13.0
From 35656690a3eb69ac5694de27081e9213df2eec79 Mon Sep 17 00:00:00 2001
From: Liu Hao <[email protected]>
Date: Tue, 27 Jun 2017 23:57:39 +0800
Subject: [PATCH] mingw-w64-headers/crt/_mingw_print_pop.h: Do not check for
_INC_STDIO or _WSTDIO_DEFINED any more, as there is no such check in
<_mingw_print_push.h>.
Signed-off-by: Liu Hao <[email protected]>
---
mingw-w64-headers/crt/_mingw_print_pop.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mingw-w64-headers/crt/_mingw_print_pop.h
b/mingw-w64-headers/crt/_mingw_print_pop.h
index 046b6203..ac524618 100644
--- a/mingw-w64-headers/crt/_mingw_print_pop.h
+++ b/mingw-w64-headers/crt/_mingw_print_pop.h
@@ -5,7 +5,7 @@
*/
/* Define __mingw_<printf> macros. */
-#if defined(__USE_MINGW_ANSI_STDIO) && (defined(_INC_STDIO) ||
defined(_WSTDIO_DEFINED)) && ((__USE_MINGW_ANSI_STDIO + 0) != 0)
+#if defined(__USE_MINGW_ANSI_STDIO) && ((__USE_MINGW_ANSI_STDIO + 0) != 0)
/* Redefine to GNU specific PRI... and SCN... macros. */
#if defined(_INTTYPES_H_) && defined(PRId64)
@@ -133,4 +133,4 @@
#endif /* _WIN64 */
#endif /* defined(_INTTYPES_H_) && defined(PRId64) */
-#endif /* defined(__USE_MINGW_ANSI_STDIO) && defined(_INC_STDIO) &&
__USE_MINGW_ANSI_STDIO != 0 */
+#endif /* defined(__USE_MINGW_ANSI_STDIO) && __USE_MINGW_ANSI_STDIO != 0 */
--
2.13.0
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public