Skip to content

Support MSVC in packages that use GNU Autoconf.#910

Merged
hawicz merged 1 commit intojson-c:masterfrom
bhaible:support-msvc-with-autoconf
Jan 10, 2026
Merged

Support MSVC in packages that use GNU Autoconf.#910
hawicz merged 1 commit intojson-c:masterfrom
bhaible:support-msvc-with-autoconf

Conversation

@bhaible
Copy link
Copy Markdown
Contributor

@bhaible bhaible commented Jan 9, 2026

Fixes #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.

Fixes json-c#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.
@hawicz hawicz merged commit 26fcd8d into json-c:master Jan 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

compilation error with MSVC in packages that use GNU Autoconf

2 participants