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"
/* define our own boolean type */
#define true ((cJSON_bool)1)
#define false ((cJSON_bool)0)
//#define true ((cJSON_bool)1)
//#define false ((cJSON_bool)0)
typedef struct {
const unsigned char *json;