summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b40b0f5)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5168
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-#if (wxUSE_FS_INET || wxUSE_FS_ZIP) && wxUSE_STREAMS
+#if (wxUSE_HTML || wxUSE_FS_INET || wxUSE_FS_ZIP) && wxUSE_STREAMS
#include "wx/stream.h"
#include "wx/mimetype.h"
#include "wx/stream.h"
#include "wx/mimetype.h"
public:
static void CleanUpStatics();
public:
static void CleanUpStatics();
- // deletes static members (m_MimeMng). It can be called
- // as many times as you wish because m_MimeMng is created
- // on demand
+ // deletes static members (m_MimeMng). It can be called
+ // as many times as you wish because m_MimeMng is created
+ // on demand
private:
static wxMimeTypesManager *m_MimeMng;
private:
static wxMimeTypesManager *m_MimeMng;
// file contained in this directory
// (so ChangePathTo("dir/subdir/xh.htm") sets m_Path to "dir/subdir/")
// file contained in this directory
// (so ChangePathTo("dir/subdir/xh.htm") sets m_Path to "dir/subdir/")
- wxString GetPath() const {return m_Path;}
+ wxString GetPath() const {return m_Path;}
wxFSFile* OpenFile(const wxString& location);
// opens given file and returns pointer to input stream.
wxFSFile* OpenFile(const wxString& location);
// opens given file and returns pointer to input stream.
#define wxUSE_FS_INET 0
#endif
#define wxUSE_FS_INET 0
#endif
-#if (wxUSE_FS_INET || wxUSE_FS_ZIP) && wxUSE_STREAMS
+#if (wxUSE_HTML || wxUSE_FS_INET || wxUSE_FS_ZIP) && wxUSE_STREAMS
#include "wx/wfstream.h"
#include "wx/module.h"
#include "wx/wfstream.h"
#include "wx/module.h"