Skip to content
Snippets Groups Projects
Commit 2b0c9484 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Include stdbool.h for MingW32

parent 604a028d
No related branches found
No related tags found
No related merge requests found
Pipeline #5289 failed
......@@ -20,6 +20,10 @@ typedef pthread_rwlock_t rwlock_t;
#elif defined(_WIN32)
#ifdef __MINGW32__
#include <stdbool.h>
#endif
#include "gen_defs.h" // For windows.h and bool :(
#include "threadwrap.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment