-
-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Determine whether platform supports dll declspec
Clang contains __has_declspec_attribute for MSVC compatibility. This can be used to determine whether __declspec is available. Use this to determine if dllimport/dllexport should be used when exporting the zlib API.
- Loading branch information
1 parent
ba72bc9
commit c5dd84b
Showing
2 changed files
with
54 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters