Issue #709: adjust some include guards to be a bit more json-c specific.

This commit is contained in:
Eric Haszlakiewicz
2021-06-02 23:53:23 +00:00
parent 0b7e78c309
commit 9ca50cf2f8
4 changed files with 8 additions and 8 deletions

View File

@@ -20,8 +20,8 @@
* json_object_set_serializer() direct use of this is not
* recommended.
*/
#ifndef _printbuf_h_
#define _printbuf_h_
#ifndef _json_c_printbuf_h_
#define _json_c_printbuf_h_
#ifndef JSON_EXPORT
#if defined(_MSC_VER) && defined(JSON_C_DLL)