From 28b00896a8cb94663a3d35313ee7d771d4af11e0 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 14 Mar 2024 17:16:22 +0100 Subject: use cstdint types --- src/mutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mutex.h') diff --git a/src/mutex.h b/src/mutex.h index 323b277..31a0026 100644 --- a/src/mutex.h +++ b/src/mutex.h @@ -18,7 +18,7 @@ typedef struct t_ts_mutex typedef struct t_ts_thread { HANDLE thread; - int valid; + bool valid; } ts_thread; #elif defined(__linux__) || defined(__APPLE__) -- cgit v1.2.3-70-g09d2