]> Git Repo - VerusCoin.git/blobdiff - src/cJSON.c
Build fix
[VerusCoin.git] / src / cJSON.c
index 5b58f2ffc6b60cb12a03bbeb8fa589039bdedbe8..b67ca698df2196ff874e2ff6e5a8a94874beeed2 100644 (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;
This page took 0.021689 seconds and 4 git commands to generate.