diff options
author | trivias <trivias@yandex-team.ru> | 2022-02-10 16:46:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:12 +0300 |
commit | 11ab7328455192b9cdb4bbb79f8615bf356182ca (patch) | |
tree | e0efa000afff888a01a2c43e28784c44829472a5 /contrib/libs/zlib/zconf.h | |
parent | 6d9304bc5310ea888178fc8640d175001436d29d (diff) | |
download | ydb-11ab7328455192b9cdb4bbb79f8615bf356182ca.tar.gz |
Restoring authorship annotation for <trivias@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/zlib/zconf.h')
-rw-r--r-- | contrib/libs/zlib/zconf.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libs/zlib/zconf.h b/contrib/libs/zlib/zconf.h index b73be42ba5..c39dd79ab5 100644 --- a/contrib/libs/zlib/zconf.h +++ b/contrib/libs/zlib/zconf.h @@ -373,13 +373,13 @@ # endif #endif -#if !defined(WINDOWS) && !defined(WIN32) && !defined(__BEOS__) -# ifdef ZLIB_DLL -# define ZEXPORT __attribute__((visibility("default"))) -# define ZEXPORTVA __attribute__((visibility("default"))) -# endif -#endif - +#if !defined(WINDOWS) && !defined(WIN32) && !defined(__BEOS__) +# ifdef ZLIB_DLL +# define ZEXPORT __attribute__((visibility("default"))) +# define ZEXPORTVA __attribute__((visibility("default"))) +# endif +#endif + #ifndef ZEXTERN # define ZEXTERN extern #endif |