Closed SpaceIm closed 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).
__declspec(dllexport)
__declspec(dllimport)
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).