From af09c42e8067dfc832f7e1dce92860e1022c75fa Mon Sep 17 00:00:00 2001 From: amelia squires Date: Tue, 14 Oct 2025 21:46:38 -0500 Subject: tons of thread changed, more testing needed --- src/thread.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/thread.h') diff --git a/src/thread.h b/src/thread.h index 0b3a27d..4fa0e04 100644 --- a/src/thread.h +++ b/src/thread.h @@ -1,6 +1,10 @@ #include "lua.h" #include "config.h" +#ifndef __ANDROID__ +#define SUPPORTS_PTHREAD_CANCEL +#endif + int l_async(lua_State*); int l_tlock(lua_State*); int l_tunlock(lua_State*); -- cgit v1.2.3