orbital-qemu
orbital-qemu copied to clipboard
Fix linux build issues
This fixes compatibility using older versions of libzip (newer ones aren't provided on stock ubuntu package lists) and fixes an issue with a Windows-only macro.
Just a suggestion: In orbital.c, can you replace ARRAYSIZE
with IM_ARRAYSIZE
and in vk-helpers.c replace it with countof
? That way there's no need to define yet another way of doing the exact same thing.
Then just amend the current commit and I'll merge it.