Set visibility for !BROTLI_SHARED_COMPILATION

This commit is contained in:
kasper3 2018-06-29 09:19:33 +03:00 committed by GitHub
parent b601fe817b
commit 8ee00de589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,9 +266,9 @@
#define BROTLI_ENC_API BROTLI_PUBLIC
#endif /* _WIN32 */
#else /* BROTLI_SHARED_COMPILATION */
#define BROTLI_COMMON_API
#define BROTLI_DEC_API
#define BROTLI_ENC_API
#define BROTLI_COMMON_API BROTLI_PUBLIC
#define BROTLI_DEC_API BROTLI_PUBLIC
#define BROTLI_ENC_API BROTLI_PUBLIC
#endif
#endif /* BROTLI_COMMON_PORT_H_ */