For I386 and X64 they are present in msvcrt.dll since Windows Vista.

And Martin Storsjö pointed that ARM64 version of msvcrt.dll also contains
them.
---
 mingw-w64-crt/lib-common/msvcrt.def.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mingw-w64-crt/lib-common/msvcrt.def.in 
b/mingw-w64-crt/lib-common/msvcrt.def.in
index f567ed8581b1..7b2660d2f879 100644
--- a/mingw-w64-crt/lib-common/msvcrt.def.in
+++ b/mingw-w64-crt/lib-common/msvcrt.def.in
@@ -325,7 +325,6 @@ __ExceptionPtrToBool
 ?what@exception@@UBAPBDXZ
 #endif
 
-#ifdef DEF_ARM32
 _CrtCheckMemory
 _CrtDbgBreak
 _CrtDbgReport
@@ -351,7 +350,6 @@ _CrtSetReportFile
 _CrtSetReportHook
 _CrtSetReportHook2
 _CrtSetReportMode
-#endif
 
 F_I386(_CxxThrowException@8)
 F_NON_I386(_CxxThrowException)
-- 
2.20.1



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to