]> git.saurik.com Git - wxWidgets.git/commitdiff
use wxWindows zlib.h instead of Mac OS X system zlib.h directly
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 4 Oct 2001 21:39:06 +0000 (21:39 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 4 Oct 2001 21:39:06 +0000 (21:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/unzip.c
src/common/unzip.h
src/common/zstream.cpp

index 7b1369e5aa36cd1cc07c83554c7a6fae9a8239b0..23a622b4f556a4ae5d411c3fd76283899b5db0b5 100644 (file)
@@ -28,8 +28,6 @@ $Id$
 // the user (who can define wxUSE_ZLIB_H_IN_PATH), we hardcode the path here
 #if defined(__WXMSW__) && !defined(__WX_SETUP_H__) && !defined(wxUSE_ZLIB_H_IN_PATH)
    #include "../zlib/zlib.h"
-#elif defined(__WXMAC__) && defined(__UNIX__)
-   #include <Kernel/net/zlib.h>
 #else
    #include "zlib.h"
 #endif
index 024e3d9cd667de629b7b2b1e9c154453ad5c6733..78dee0ee4df3be71335c5581d85e2067a7cc3116 100644 (file)
@@ -60,8 +60,6 @@ extern "C" {
 // the user (who can define wxUSE_ZLIB_H_IN_PATH), we hardcode the path here
 #if defined(__WXMSW__) && !defined(__WX_SETUP_H__) && !defined(wxUSE_ZLIB_H_IN_PATH)
    #include "../zlib/zlib.h"
-#elif defined(__WXMAC__) && defined(__UNIX__)
-   #include <Kernel/net/zlib.h>
 #else
    #include "zlib.h"
 #endif
index 2cfec910822662c07e8a2d8ef4b9a65fb1154963..2636efd14b5b04e66b0ac22249de7326d28f519f 100644 (file)
@@ -33,8 +33,6 @@
 // the user (who can define wxUSE_ZLIB_H_IN_PATH), we hardcode the path here
 #if defined(__WXMSW__) && !defined(__WX_SETUP_H__) && !defined(wxUSE_ZLIB_H_IN_PATH)
    #include "../zlib/zlib.h"
-#elif defined(__WXMAC__) && defined(__UNIX__)
-   #include <Kernel/net/zlib.h>
 #else
    #include "zlib.h"
 #endif