mumble/overlay_gl
Carl George f425972255 BUILD(overlay): Fix building with GCC 15
C23 added the bool keyword, which results in an error if you try to
define an identifier named bool and then build with GCC 15.  We can use
stdbool.h to define bool instead.

https://gcc.gnu.org/gcc-15/porting_to.html#c23-new-keywords
2025-04-08 23:54:13 -05:00
..
avail_mac.h MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
avail_mac.pl MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
CMakeLists.txt MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
init_mac.c MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
init_unix.c MAINT: Remove copyright year from all copyright notices 2024-09-30 18:06:20 +02:00
overlay_gl.plist
overlay.c BUILD(overlay): Fix building with GCC 15 2025-04-08 23:54:13 -05:00