mirror of
https://github.com/json-c/json-c.git
synced 2026-03-31 02:49:06 +08:00
PR #679: add workaround for old compilers w/o stdint.h (i.e. VS2008 and earlier)
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#cmakedefine JSON_C_HAVE_INTTYPES_H @JSON_C_HAVE_INTTYPES_H@
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#cmakedefine JSON_C_HAVE_STDINT_H @JSON_C_HAVE_STDINT_H@
|
||||
|
||||
Reference in New Issue
Block a user