-
Notifications
You must be signed in to change notification settings - Fork 40
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
#16 broke compilation #20
Comments
To clarify, the compiler complains that |
In which file? Likely a missing import of |
Offending file is |
Is this still an issue? |
Unfortunately, I'm not sure whether it's still an issue. TBH, it's been long enough that I (unfortunately) have no recollection of what I was even working on that led to this problem :(. |
Could you close this? |
Pull #16's usage of
uint16_t
anduint32_t
causes this to no longer compile for me (using Win32, haven't tried on other platforms, so I'm not sure if it's Win32-specific or not).The text was updated successfully, but these errors were encountered: