aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/zlib
diff options
context:
space:
mode:
authortrivias <trivias@yandex-team.ru>2022-02-10 16:46:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:12 +0300
commit9bf2fa2b060c9881d3135c2208c624a1dd546ecc (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/zlib
parent11ab7328455192b9cdb4bbb79f8615bf356182ca (diff)
downloadydb-9bf2fa2b060c9881d3135c2208c624a1dd546ecc.tar.gz
Restoring authorship annotation for <trivias@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/zlib')
-rw-r--r--contrib/libs/zlib/ya.make2
-rw-r--r--contrib/libs/zlib/zconf.h14
2 files changed, 8 insertions, 8 deletions
diff --git a/contrib/libs/zlib/ya.make b/contrib/libs/zlib/ya.make
index ba085df337..ced6573475 100644
--- a/contrib/libs/zlib/ya.make
+++ b/contrib/libs/zlib/ya.make
@@ -23,7 +23,7 @@ ADDINCL(
NO_COMPILER_WARNINGS()
-NO_RUNTIME()
+NO_RUNTIME()
SRCS(
adler32.c
diff --git a/contrib/libs/zlib/zconf.h b/contrib/libs/zlib/zconf.h
index c39dd79ab5..b73be42ba5 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