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
Convert the 64-bit cases where GLib expects a word
gint64 and guint64 are Int64 and UInt64 on Darwin but Int and UInt
on Linux, so these two compiled nowhere else.