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:
@@ -20,8 +20,7 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#if wxUSE_URL
|
||||
|
||||
#include "wx/string.h"
|
||||
#include "wx/list.h"
|
||||
@@ -29,6 +28,9 @@
|
||||
#include "wx/module.h"
|
||||
#include "wx/url.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
IMPLEMENT_CLASS(wxProtoInfo, wxObject)
|
||||
IMPLEMENT_CLASS(wxURL, wxObject)
|
||||
|
||||
@@ -521,3 +523,6 @@ void wxURLModule::OnExit()
|
||||
}
|
||||
|
||||
#endif // wxUSE_SOCKETS
|
||||
|
||||
#endif // wxUSE_URL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user