commit
b4a89cee1e
@ -68,7 +68,12 @@ typedef signed long long sint64;
|
|||||||
#ifdef HAVE_STDBOOL_H
|
#ifdef HAVE_STDBOOL_H
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#ifndef _WIN32
|
||||||
|
typedef int boolean;
|
||||||
|
#else
|
||||||
typedef unsigned char boolean;
|
typedef unsigned char boolean;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user