do not export private symbols in wx shared libraries
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -140,7 +140,7 @@ static wxFileOffset QuietSeek(wxInputStream& stream, wxFileOffset pos)
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Class factory
|
||||
|
||||
wxZipClassFactory g_wxZipClassFactory;
|
||||
static wxZipClassFactory g_wxZipClassFactory;
|
||||
|
||||
wxZipClassFactory::wxZipClassFactory()
|
||||
{
|
||||
@@ -2318,7 +2318,7 @@ bool wxZipOutputStream::Close()
|
||||
|
||||
m_lasterror = m_parent_o_stream->GetLastError();
|
||||
m_endrecWritten = true;
|
||||
|
||||
|
||||
if (!wxFilterOutputStream::Close() || !IsOk())
|
||||
return false;
|
||||
m_lasterror = wxSTREAM_EOF;
|
||||
|
Reference in New Issue
Block a user