From 90d5ddf5cf4e566234f94327a6db148f34c7e49e Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Wed, 1 Jul 2026 10:03:05 +0100 Subject: [PATCH 1/2] Use fallback threads impl for mingw Mingw has a pthread handle as the native thread, so we cannot use it with the win32 api. --- toolchain/haxe-target-threads.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/toolchain/haxe-target-threads.xml b/toolchain/haxe-target-threads.xml index 445d9acf6..bfd92ae26 100644 --- a/toolchain/haxe-target-threads.xml +++ b/toolchain/haxe-target-threads.xml @@ -9,7 +9,8 @@
- + +
@@ -27,4 +28,4 @@
- \ No newline at end of file + From 3a60b4d485bb7a4a2953e7d1980abcdace4b1081 Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Wed, 1 Jul 2026 10:04:12 +0100 Subject: [PATCH 2/2] Remove global -D_CRT_SECURE_NO_DEPRECATE This is msvc specific, so it should only be added for msvc builds, not globally in the haxe-target.xml file. It is already added for msvc builds in the msvc-toolchain file. --- toolchain/haxe-target.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/toolchain/haxe-target.xml b/toolchain/haxe-target.xml index 5bae6b489..86da1a8ce 100644 --- a/toolchain/haxe-target.xml +++ b/toolchain/haxe-target.xml @@ -172,7 +172,6 @@ -