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:
Vadim Zeitlin
2001-12-30 22:27:24 +00:00
parent aaf46fd6fc
commit a5d46b7362
14 changed files with 327 additions and 124 deletions

View File

@@ -16,6 +16,17 @@
// not all ports implement everything...
// ----------------------------------------------------------------------------
// FIXME: why do we have different sections for Mac/OS2/the rest? Most settings
// should have the same value, like this it's a real pain to update this
// file...
#define wxUSE_DYNAMIC_LOADER 0
#define wxUSE_PROTOCOL 0
#define wxUSE_URL 0
#define wxUSE_UNICODE_MSLU 0
#if defined(__WXMAC__)
#define wxUSE_GUI 1
@@ -389,6 +400,7 @@
#define wxUSE_CONTROLS 1
#define wxUSE_POPUPWIN 1
#define wxUSE_TIPWINDOW 1
#define wxUSE_BUTTON 1
#define wxUSE_BMPBUTTON 1
#define wxUSE_CALENDARCTRL 0