ZArchive
ZArchive copied to clipboard
feat: add visibility support
Using GCC's visibility support makes the shared object significantly lighter and cleaner. Also, if I recall correctly, annotating the public portions of the API is a requirement on Windows if building shared libraries; this patch takes care of that too.