From 9777274a4a3707bcc52d5bb4104be894ab1078d0 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Fri, 12 Nov 2004 14:05:24 +0000 Subject: [PATCH] fix for when zlib is not compiled in git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/fs_zip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/fs_zip.cpp b/src/common/fs_zip.cpp index 458db30ee3..144adb1f99 100644 --- a/src/common/fs_zip.cpp +++ b/src/common/fs_zip.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_FILESYSTEM && wxUSE_FS_ZIP && wxUSE_ZIPSTREAM +#if wxUSE_FILESYSTEM && wxUSE_FS_ZIP && wxUSE_ZIPSTREAM && wxUSE_ZLIB #ifndef WXPRECOMP #include "wx/intl.h" -- 2.45.2