[Mingw-w64-public] [PATCH] headers: Check whether intrinsics in winbase.h are available as builtins

2018-09-08 Thread Martin Storsjö
This fixes building for armv7 with -fms-extensions enabled. Signed-off-by: Martin Storsjö --- The last ifdef/pragma looks misplaced, but it's just how git chooses the make the diff. --- mingw-w64-headers/include/winbase.h | 25 + 1 file changed, 25 insertions(+) diff

[Mingw-w64-public] [PATCH] headers: Declare __C_specific_handler for x86_64, arm and aarch64

2018-09-08 Thread Martin Storsjö
Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/excpt.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-w64-headers/crt/excpt.h b/mingw-w64-headers/crt/excpt.h index 7ceaaf1..cdcc8e9 100644 --- a/mingw-w64-headers/crt/excpt.h +++