Fix some Windows compile issues, add JSON_EXPORT's, fix bogus character escapes, define __func__ and omit unistd.h if needed.

This commit is contained in:
Eric Haszlakiewicz
2019-11-23 20:31:14 -05:00
parent f19abcf981
commit 7f30afc6e5
8 changed files with 34 additions and 17 deletions

View File

@@ -7,6 +7,6 @@
*/
/* Used by tests to get consistent output */
extern int _json_c_strerror_enable;
JSON_EXPORT int _json_c_strerror_enable;
#endif