summaryrefslogtreecommitdiff
path: root/zconf.h.in
diff options
context:
space:
mode:
authorhansr <hk-git@circlestorm.org>2014-10-15 15:30:00 +0200
committerhansr <hk-git@circlestorm.org>2014-10-15 15:30:00 +0200
commite2a42fe7cfee13746173f602b646fa77287de9d3 (patch)
tree2f4abd8a782295caa6007ff795cd288c54e3eaea /zconf.h.in
parent5fafd66cd0d0adb7bc34db3617bfad61a6a9f16a (diff)
Remove more workarounds for really old compilers
Diffstat (limited to 'zconf.h.in')
-rw-r--r--zconf.h.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/zconf.h.in b/zconf.h.in
index 8bd4879..16d90ee 100644
--- a/zconf.h.in
+++ b/zconf.h.in
@@ -239,18 +239,6 @@
# endif
#endif
-#if defined (__BEOS__)
-# ifdef ZLIB_DLL
-# ifdef ZLIB_INTERNAL
-# define ZEXPORT __declspec(dllexport)
-# define ZEXPORTVA __declspec(dllexport)
-# else
-# define ZEXPORT __declspec(dllimport)
-# define ZEXPORTVA __declspec(dllimport)
-# endif
-# endif
-#endif
-
#ifndef ZEXTERN
# define ZEXTERN extern
#endif