diff options
author | hansr <hk-git@circlestorm.org> | 2014-10-15 15:30:00 +0200 |
---|---|---|
committer | hansr <hk-git@circlestorm.org> | 2014-10-15 15:30:00 +0200 |
commit | e2a42fe7cfee13746173f602b646fa77287de9d3 (patch) | |
tree | 2f4abd8a782295caa6007ff795cd288c54e3eaea /zconf.h | |
parent | 5fafd66cd0d0adb7bc34db3617bfad61a6a9f16a (diff) |
Remove more workarounds for really old compilers
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 |