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

Replace uint with unsigned int in assoc.c. #59

Merged
merged 1 commit into from
Aug 22, 2016

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Aug 22, 2016

uint is not a valid type on Windows. It's also not a valid type in C, but Linux
and OSX define it somewhere. We can't rely on its existence.


This change is Reviewable

uint is not a valid type on Windows. It's also not a valid type in C, but Linux
and OSX define it somewhere. We can't rely on its existence.
@nurupo
Copy link
Member

nurupo commented Aug 22, 2016

:lgtm:


Reviewed 1 of 1 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@iphydf iphydf closed this Aug 22, 2016
@iphydf iphydf deleted the windows-compile branch August 22, 2016 18:16
@iphydf iphydf merged commit 503d198 into TokTok:master Aug 22, 2016
@iphydf iphydf modified the milestone: v0.0.1 Nov 6, 2016
iacore pushed a commit to iacore/c-toxcore that referenced this pull request Jul 14, 2024
This pull request was closed.
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.

2 participants