Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for 64 bit pointers on Windows #274

Merged
merged 1 commit into from Sep 28, 2016
Merged

Conversation

pepevel
Copy link
Contributor

@pepevel pepevel commented Sep 27, 2016

While using the library on a 64 bit application there where problems because of a 32 bit truncation of a pointer.
This patch changes the unsigned long to the C99 uintptr_t that considers the architecture in which the library is compiled.

@hawicz hawicz merged commit 5653bc6 into json-c:master Sep 28, 2016
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.

None yet

2 participants