vcpkg/ports/cjson
xhbuming d2b92bff55
[cjson] fix windows-static for don't export symbols (#12026)
* fix windows-static for don't export symbols

/* export symbols by default, this is necessary for copy pasting the C and header file */
#if !defined(CJSON_HIDE_SYMBOLS) && !defined(CJSON_IMPORT_SYMBOLS) && !defined(CJSON_EXPORT_SYMBOLS)
#define CJSON_EXPORT_SYMBOLS
#endif

* Update CONTROL
2020-06-23 13:01:52 -07:00
..
CONTROL [cjson] fix windows-static for don't export symbols (#12026) 2020-06-23 13:01:52 -07:00
portfile.cmake [cjson] fix windows-static for don't export symbols (#12026) 2020-06-23 13:01:52 -07:00