Fix for issue #374.
This commit is contained in:
parent
012825e3b6
commit
06c79294ca
@ -68,7 +68,12 @@ typedef signed long long sint64;
|
||||
#ifdef HAVE_STDBOOL_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#ifndef _WIN32
|
||||
typedef int boolean;
|
||||
#else
|
||||
typedef unsigned char boolean;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user