From ba6792efc232b11d7e9d4886d0ac01fe049acf62 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 15 Dec 2025 18:20:35 -0600 Subject: [PATCH] Update: Enable f_thread_cancel() in all stand alone builds. --- data/build/stand_alone/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/build/stand_alone/config.h b/data/build/stand_alone/config.h index 59b1545..faafadb 100644 --- a/data/build/stand_alone/config.h +++ b/data/build/stand_alone/config.h @@ -1573,7 +1573,7 @@ #define _di_f_thread_barrierss_t_ //#define _di_f_thread_caller_ //#define _di_f_thread_cancel_ -#define _di_f_thread_cancel_d_ +//#define _di_f_thread_cancel_d_ //#define _di_f_thread_cancel_state_set_ #define _di_f_thread_cancel_test_ #define _di_f_thread_cancel_type_set_ -- 1.8.3.1