Fixed some warnings when build with GCC 4.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20092 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-02-07 08:00:01 +00:00
parent f5ae62186e
commit f83348ef31
+1 -1
View File
@@ -292,7 +292,7 @@
# endif
#endif
#if defined (__BEOS__)
#if defined (__BEOS__) && !defined(__HAIKU__)
# if defined (ZLIB_DLL)
# define ZEXTERN extern __declspec(dllexport)
# else