X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5526e819eca4465ed5520d49bccfebc6a28045e0..a2115c88f381b95cf6d423a5d3128ccbe20c4fa1:/include/wx/fs_zip.h diff --git a/include/wx/fs_zip.h b/include/wx/fs_zip.h index f0b481d78f..e3461634b8 100644 --- a/include/wx/fs_zip.h +++ b/include/wx/fs_zip.h @@ -11,25 +11,26 @@ #pragma implementation #endif -#include +#include "wx/wxprec.h" #ifdef __BORDLANDC__ #pragma hdrstop #endif -#ifndef WXPRECOMP -#include -#endif +#if wxUSE_FS_ZIP && wxUSE_STREAMS -#include +#ifndef WXPRECOMP +#include "wx/wx.h" +#endif +#include "wx/filesys.h" //-------------------------------------------------------------------------------- // wxZipFSHandler //-------------------------------------------------------------------------------- -class wxZipFSHandler : public wxFileSystemHandler +class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler { public: virtual bool CanOpen(const wxString& location); @@ -38,4 +39,6 @@ class wxZipFSHandler : public wxFileSystemHandler }; +#endif + // wxUSE_FS_ZIP && wxUSE_STREAMS