Skip to content

Commit 1b5b866

Browse files
DarthGandalfartoj
authored andcommitted
Fix build with gcc 15
1 parent 54bd7b1 commit 1b5b866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/lib/3rdparty/fathom/src/tbconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* Define TB_NO_STDBOOL if you do not want to use <stdbool.h> or it is not
6767
* available or unnecessary (e.g. C++).
6868
*/
69-
#define TB_NO_STDBOOL
69+
/* #define TB_NO_STDBOOL */
7070

7171
/*
7272
* Define TB_NO_THREADS if your program is not multi-threaded.

0 commit comments

Comments
 (0)