added wxUSE_PROTOCOL/wxUSE_URL defines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -377,6 +377,22 @@
|
|||||||
// wxSystemOptions class
|
// wxSystemOptions class
|
||||||
#define wxUSE_SYSTEM_OPTIONS 1
|
#define wxUSE_SYSTEM_OPTIONS 1
|
||||||
|
|
||||||
|
// wxProtocol and related classes: if you want to use either of wxFTP, wxHTTP
|
||||||
|
// or wxURL you need to set this to 1.
|
||||||
|
//
|
||||||
|
// Default is 1.
|
||||||
|
//
|
||||||
|
// Recommended setting: 1
|
||||||
|
#define wxUSE_PROTOCOL 1
|
||||||
|
|
||||||
|
// The settings for the individual URL schemes
|
||||||
|
#define wxUSE_PROTOCOL_FILE 1
|
||||||
|
#define wxUSE_PROTOCOL_FTP 1
|
||||||
|
#define wxUSE_PROTOCOL_HTTP 1
|
||||||
|
|
||||||
|
// Define this to use wxURL class.
|
||||||
|
#define wxUSE_URL 1
|
||||||
|
|
||||||
// Support for regular expression matching via wxRegEx class: enable this to
|
// Support for regular expression matching via wxRegEx class: enable this to
|
||||||
// use POSIX regular expressions in your code. You need to compile regex
|
// use POSIX regular expressions in your code. You need to compile regex
|
||||||
// library from src/regex to use it under Windows.
|
// library from src/regex to use it under Windows.
|
||||||
|
Reference in New Issue
Block a user