]> git.ipfire.org Git - thirdparty/json-c.git/commit
Support MSVC in packages that use GNU Autoconf. 910/head
authorBruno Haible <bruno@clisp.org>
Fri, 9 Jan 2026 22:51:43 +0000 (23:51 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Jan 2026 22:51:43 +0000 (23:51 +0100)
commit9774826e79d06f69b2e5c1d679b01b4304227f4a
tree15a2f5775f9633e2265ac97699429a4dd0c31c03
parent14c8e2e5eeafe91a4f499cd33cb93fb893594eb0
Support MSVC in packages that use GNU Autoconf.

Fixes https://github.com/json-c/json-c/issues/909

When ssize_t is defined as a macro, typically through a package's config.h file,
the installed json*.h files must not attempt to define ssize_t via typedef.
json_inttypes.h
json_object_private.h