mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Don't redefine CJSON_EXPORT_SYMBOLS
This commit is contained in:
parent
ec2db50b6f
commit
411c50f671
2
cJSON.h
2
cJSON.h
@ -104,7 +104,7 @@ then using the CJSON_API_VISIBILITY flag to "export" the same symbols the way CJ
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* export symbols by default, this is necessary for copy pasting the C and header file */
|
/* export symbols by default, this is necessary for copy pasting the C and header file */
|
||||||
#if !defined(CJSON_HIDE_SYMBOLS) && !defined(CJSON_IMPORT_SYMBOLS)
|
#if !defined(CJSON_HIDE_SYMBOLS) && !defined(CJSON_IMPORT_SYMBOLS) && !defined(CJSON_EXPORT_SYMBOLS)
|
||||||
#define CJSON_EXPORT_SYMBOLS
|
#define CJSON_EXPORT_SYMBOLS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user