You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's mentioned in #1 but curl_off_t isn't exported—it is defined internally in LibCURL. This is pretty crucial if you want to define callbacks with curl_off_t argument types. I don't understand the Clang.jl code generation well enough to figure out why this doesn't get exported though.
The text was updated successfully, but these errors were encountered:
It's mentioned in #1 but
curl_off_t
isn't exported—it is defined internally in LibCURL. This is pretty crucial if you want to define callbacks withcurl_off_t
argument types. I don't understand the Clang.jl code generation well enough to figure out why this doesn't get exported though.The text was updated successfully, but these errors were encountered: