]>
git.saurik.com Git - wxWidgets.git/blob - src/common/arcall.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/common/arcall.cpp
3 // Purpose: wxArchive link all archive streams
4 // Author: Mike Wetherell
5 // Copyright: (c) 2006 Mike Wetherell
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
9 // For compilers that support precompilation, includes "wx.h".
10 #include "wx/wxprec.h"
16 #if wxUSE_ARCHIVE_STREAMS
19 #include "wx/zipstrm.h"
22 #include "wx/tarstrm.h"
25 // Reference archive classes to ensure they are linked into a statically
26 // linked program that uses Find or GetFirst to look for an archive handler.
27 // It is in its own file so that the user can override this behaviour by
28 // providing their own implementation.
30 void wxUseArchiveClasses()
40 #endif // wxUSE_ARCHIVE_STREAMS