Removed MSWindows compilation warnings after update of zlib to v. 1.2.5

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8484 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2011-02-27 16:28:28 +00:00
parent 00554a3ef5
commit d798e99431
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
#endif
#if ((__GNUC__-0) * 10 + __GNUC_MINOR__-0 >= 33) && !defined(NO_VIZ)
# define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
# define ZLIB_INTERNAL /*__attribute__((visibility ("hidden")))*/
#else
# define ZLIB_INTERNAL
#endif

View File

@ -14,7 +14,7 @@
#define ZUTIL_H
#if ((__GNUC__-0) * 10 + __GNUC_MINOR__-0 >= 33) && !defined(NO_VIZ)
# define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
# define ZLIB_INTERNAL /*__attribute__((visibility ("hidden")))*/
#else
# define ZLIB_INTERNAL
#endif