]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_zip.cpp
wxMotif compilation fixes for wxDataObject and PROCESS_EVENTS (wxSocket)
[wxWidgets.git] / src / common / fs_zip.cpp
index 2bd3b224ed2beef7727e6216d67905e1ede9d3ed..e7765395d5aad56d0250566f91c779ec87656c88 100644 (file)
 #pragma hdrstop
 #endif
 
+#if wxUSE_FS_ZIP
+
 #ifndef WXPRECOMP
 #include <wx/wx.h>
 #endif
 
 #include "wx/filesys.h"
-#include "wx/zipstream.h"
+#include "wx/zipstrm.h"
 #include "wx/fs_zip.h"
 
 
@@ -67,9 +69,4 @@ wxZipFSHandler::~wxZipFSHandler()
 {
 }
 
-
-
-
-
-
-
+#endif // wxUSE_FS_ZIP