fukuchi / libqrencode

A fast and compact QR Code encoding library
https://fukuchi.org/works/qrencode/
GNU Lesser General Public License v2.1
2.57k stars 599 forks source link

Specify `__declspec(dll{ex,im}port)` where appropriate #214

Open hrxi opened 12 months ago

hrxi commented 12 months ago

See https://web.archive.org/web/20140808231508/http://blogs.msdn.com/b/russellk/archive/2005/03/20/399465.aspx for why that's needed.

neheb commented 12 months ago

could also add default visibility attribute.

hrxi commented 12 months ago

@neheb How do you suggest to do it? #ifdef __GNUC__?

neheb commented 12 months ago

Yeah