mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Set visibility for !BROTLI_SHARED_COMPILATION
This commit is contained in:
parent
b601fe817b
commit
8ee00de589
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user