Undefine cJSON bools
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user