X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e8e867ff99be2e9d02e4e94766d27068ae66f57..768a499594fd9c9fd0155d0513c7f5b785ce4439:/src/common/archive.cpp diff --git a/src/common/archive.cpp b/src/common/archive.cpp index 8ad3fcc2bd..8ba6b2f75b 100644 --- a/src/common/archive.cpp +++ b/src/common/archive.cpp @@ -25,13 +25,15 @@ #if wxUSE_STREAMS && wxUSE_ARCHIVE_STREAMS #include "wx/archive.h" -#include "wx/html/forcelnk.h" IMPLEMENT_ABSTRACT_CLASS(wxArchiveEntry, wxObject) IMPLEMENT_ABSTRACT_CLASS(wxArchiveClassFactory, wxObject) #if wxUSE_ZIPSTREAM -FORCE_LINK(zipstrm) +//FORCE_LINK(zipstrm) +extern int _wx_link_dummy_func_zipstrm(); +static int _wx_link_dummy_var_zipstrm = + _wx_link_dummy_func_zipstrm (); #endif