Undefine cJSON bools

This commit is contained in:
jl777
2017-10-24 13:24:02 +03:00
parent 58fbfec10c
commit 9e8cfd58a9

View File

@@ -43,8 +43,8 @@
#include "cJSON.h" #include "cJSON.h"
/* define our own boolean type */ /* define our own boolean type */
#define true ((cJSON_bool)1) //#define true ((cJSON_bool)1)
#define false ((cJSON_bool)0) //#define false ((cJSON_bool)0)
typedef struct { typedef struct {
const unsigned char *json; const unsigned char *json;