Просмотр исходного кода

[packages-cjson] change

Remove  typedef unsigned int size_t;
SummerGift 8 лет назад
Родитель
Сommit
1a069ac96d
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      cJSON.h

+ 0 - 2
cJSON.h

@@ -40,8 +40,6 @@ extern "C"
 #define cJSON_IsReference 256
 #define cJSON_StringIsConst 512
 	
-typedef unsigned int size_t;
-
 /* The cJSON structure: */
 typedef struct cJSON {
 	struct cJSON *next,*prev;	/* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */