compilation fix for Mingw: it doesn't have std::wostream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3031,13 +3031,13 @@ WXDLLIMPEXP_BASE wxSTD ostream& operator<<(wxSTD ostream&, const wxCharBuffer&);
|
||||
WXDLLIMPEXP_BASE wxSTD ostream& operator<<(wxSTD ostream&, const wxWCharBuffer&);
|
||||
#endif
|
||||
|
||||
#if wxUSE_UNICODE
|
||||
#if wxUSE_UNICODE && defined(HAVE_WOSTREAM)
|
||||
|
||||
WXDLLIMPEXP_BASE wxSTD wostream& operator<<(wxSTD wostream&, const wxString&);
|
||||
WXDLLIMPEXP_BASE wxSTD wostream& operator<<(wxSTD wostream&, const wxCStrData&);
|
||||
WXDLLIMPEXP_BASE wxSTD wostream& operator<<(wxSTD wostream&, const wxWCharBuffer&);
|
||||
|
||||
#endif // wxUSE_UNICODE
|
||||
#endif // wxUSE_UNICODE && defined(HAVE_WOSTREAM)
|
||||
|
||||
#endif // wxUSE_STD_IOSTREAM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user