Re: [Mingw-w64-public] how to printf() 64-bit integer in 64-bit compiler in strict ISO mode with all warnings enabled?

2017-06-27 Thread Liu Hao
Patch attached. -- Best regards, ltpmouse From 35656690a3eb69ac5694de27081e9213df2eec79 Mon Sep 17 00:00:00 2001 From: Liu Hao 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

[Mingw-w64-public] [PATCH] winbase.h: WaitForMultipleObjects is available on UWP

2017-06-27 Thread Hugo Beauzée-Luyssen
--- mingw-w64-headers/include/winbase.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/winbase.h b/mingw-w64-headers/include/winbase.h index 74bc512c..be050cc6 100644 --- a/mingw-w64-headers/include/winbase.h +++ b/mingw-w64-headers/include/winba