diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-06-30 21:10:16 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-06-30 22:28:19 +0200 |
commit | 8a0620030cc2159b361613d07cff508355b8fbdb (patch) | |
tree | 8fe638b2fa74c8a2cd697d292f609162cb76fed4 /deps | |
parent | 637edc9c42803420decebae91d82c3dcf3626c96 (diff) | |
download | libgit2-8a0620030cc2159b361613d07cff508355b8fbdb.tar.gz |
zlib: No visualization attributes.
The visibility attribute is a headache on many platforms like Solaris,
and not even supported on Windows.
Diffstat (limited to 'deps')
-rw-r--r-- | deps/zlib/zconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/zlib/zconf.h b/deps/zlib/zconf.h index 494992aba..683cba88b 100644 --- a/deps/zlib/zconf.h +++ b/deps/zlib/zconf.h @@ -12,6 +12,7 @@ #define NO_GZIP #define STDC +#define NO_VIZ /* Jeez, don't complain about non-prototype * forms, we didn't write zlib */ |