-
Notifications
You must be signed in to change notification settings - Fork 276
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
Create initial Appveyor configuration #19
Conversation
ca76c82
to
086b98e
Compare
|
||
return count; | ||
} | ||
int vasprintf(char **ret, const char *format, va_list args); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are the definitions of these methods? Were they moved?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like you put them in JNIHelp.cpp
in commit 73246d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh weird ... I don't think that makes sense. Would you mind backing that out? I think keeping them inline here is better. WDYT?
Change-Id: Iddbb49825719ab1aaa3b879a0faf6525cc09e840
Yay. |
Change-Id: I331a40162722d366f1b73f523450641a440af0d8
This will build with Windows to make sure that doesn't break.