mirror of
https://github.com/json-c/json-c.git
synced 2026-04-04 12:59:07 +08:00
Issue #709: adjust some include guards to be a bit more json-c specific.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user