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

Include stdbool.h for MingW32

parent 16202587
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -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.
Finish editing this message first!
Please register or to comment