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

use stdint uintxx_t instead of u_intxx_t #10

Merged
merged 1 commit into from
Aug 23, 2018
Merged

use stdint uintxx_t instead of u_intxx_t #10

merged 1 commit into from
Aug 23, 2018

Conversation

trabucayre
Copy link

No description provided.

@hjelmn
Copy link
Member

hjelmn commented Aug 25, 2016

I don't know if I want to take this change. The uint* types are part of C99 so this will break compatibility with older compilers. This package is meant to support legacy apps so that might not be the best thing to do.

I do agree that using the standard C99 types is the right thing to do.

@hjelmn
Copy link
Member

hjelmn commented Aug 23, 2018

I will go ahead and accept this. Non-C99 compilers are rare these days. Those without them can upgrade.

@hjelmn hjelmn merged commit b5db9d0 into libusb:master Aug 23, 2018
@hjelmn
Copy link
Member

hjelmn commented Aug 23, 2018

Except I already made this change at some point. Oh well. Helps to check what is being merged first :)

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