icculus / physfs

A portable, flexible file i/o abstraction.
https://icculus.org/physfs/
zlib License
560 stars 98 forks source link

Proper export/import of symbols with Visual Studio #15

Closed SpaceIm closed 2 years ago

SpaceIm commented 2 years ago

You don't want stuff like __declspec(dllexport) for a static lib. __declspec(dllimport) should be seen by consumers of shared physfs, it's not mandatory but better (it's mandatory for global symbols).