- add define to compile with MVC2010

pull/202/head
Michael Zillgith 6 years ago
parent 3a820f3546
commit 16c7124c2b

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

Loading…
Cancel
Save