Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper export/import of symbols with Visual Studio #15

Closed
wants to merge 1 commit into from

Conversation

SpaceIm
Copy link

@SpaceIm SpaceIm commented Jan 30, 2022

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).

@sezero sezero closed this in 1469139 Apr 16, 2022
icculus pushed a commit that referenced this pull request Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant