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
On line# 31 of mz_os.h, there is a #ifdef, but the #elif aren't followed by a defined. Can you consider adding defined to all the else conditions? Xcode throws errors at these conditions if HAVE_LZMA isn't defined. Thank you
On line# 31 of mz_os.h, there is a #ifdef, but the #elif aren't followed by a defined. Can you consider adding
definedto all the else conditions? Xcode throws errors at these conditions if HAVE_LZMA isn't defined. Thank you