put #if wxUSE_FFILE && wxUSE_STREAMS around functions using wxFFileStream (patch 1721939)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2131,8 +2131,10 @@ public:
|
|||||||
{ return DoSaveFile(buffer, stream); }
|
{ return DoSaveFile(buffer, stream); }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if wxUSE_FFILE && wxUSE_STREAMS
|
||||||
bool LoadFile(wxRichTextBuffer *buffer, const wxString& filename);
|
bool LoadFile(wxRichTextBuffer *buffer, const wxString& filename);
|
||||||
bool SaveFile(wxRichTextBuffer *buffer, const wxString& filename);
|
bool SaveFile(wxRichTextBuffer *buffer, const wxString& filename);
|
||||||
|
#endif // wxUSE_STREAMS && wxUSE_STREAMS
|
||||||
|
|
||||||
/// Can we handle this filename (if using files)? By default, checks the extension.
|
/// Can we handle this filename (if using files)? By default, checks the extension.
|
||||||
virtual bool CanHandle(const wxString& filename) const;
|
virtual bool CanHandle(const wxString& filename) const;
|
||||||
|
Reference in New Issue
Block a user