ZArchive icon indicating copy to clipboard operation
ZArchive copied to clipboard

feat: add visibility support

Open Tachi107 opened this issue 2 years ago • 0 comments

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.

Tachi107 avatar Dec 19 '22 11:12 Tachi107