added wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
// Copyright: (c) 1997, 1998 Guilhem Lavaux
|
||||
// Licence: wxWindows license
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __WX_PROTO_FILE_H__
|
||||
#define __WX_PROTO_FILE_H__
|
||||
|
||||
@@ -15,6 +16,10 @@
|
||||
#pragma interface "sckfile.h"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_PROTOCOL_FILE
|
||||
|
||||
#include "wx/protocol/protocol.h"
|
||||
#include "wx/url.h"
|
||||
|
||||
@@ -32,4 +37,6 @@ public:
|
||||
wxInputStream *GetInputStream(const wxString& path);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // wxUSE_PROTOCOL_FILE
|
||||
|
||||
#endif // __WX_PROTO_FILE_H__
|
||||
|
Reference in New Issue
Block a user