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

Optionally make functions static #18

Open
GoogleCodeExporter opened this issue May 21, 2015 · 2 comments
Open

Optionally make functions static #18

GoogleCodeExporter opened this issue May 21, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

For libraries that want to use miniz internally without exporting its symbols. 
Fixes #7. 

Original issue reported on code.google.com by r...@fastmail.fm on 29 Sep 2013 at 12:37

Attachments:

gpakosz added a commit to gpakosz/miniz that referenced this issue Feb 20, 2017
…l999#7. Resolves richgel999#18

_FUNCSPEC macros can be used to mark functions as static, __declspec(dllimport)
or __declspec(dllexport) depending on how you're compiling miniz
@uroni uroni changed the title PATCH: Optionally make functions static Optionally make functions static Mar 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants