- added bool define for older visual studio

pull/202/head
Michael Zillgith 6 years ago
parent 5bd03b0611
commit 1120a76ecd

@ -9,11 +9,6 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#ifdef _MSC_VER
#if (_MSC_VER <= 1600)
#define bool int
#endif
#endif
#include <string.h> #include <string.h>
#ifdef __GNUC__ #ifdef __GNUC__

@ -1 +1,2 @@
/* just to make Visual Studio Compiler happy! */ /* just to make Visual Studio Compiler happy! */
#define bool int

Loading…
Cancel
Save