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
I don't have the old iOS 7 SDK headers handy to do a sanity check, but as you see here, htonll is apparently a macro that results in the breakage of this function definition.
This makes everything work again. However it seems like we should really just use the provided macro implementations so perhaps the right fix is to do a preprocessor check if the macro htonll is already defined?
The text was updated successfully, but these errors were encountered:
Let's look at the first error I'm seeing.
I don't have the old iOS 7 SDK headers handy to do a sanity check, but as you see here,
htonll
is apparently a macro that results in the breakage of this function definition.I went ahead and renamed the functions like this:
This makes everything work again. However it seems like we should really just use the provided macro implementations so perhaps the right fix is to do a preprocessor check if the macro
htonll
is already defined?The text was updated successfully, but these errors were encountered: