I changed wxUSE_HTML (and other related wxUSEs) to 1. wxHTML is stable enough and all other options are enabled by default so I guess it's time to enable wxHTML as well :)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 1999-11-17 22:35:32 +00:00
parent 2376d03d88
commit 0b5d3315b3

View File

@ -228,16 +228,16 @@
// wxWindow::SetToolTip() method
#define wxUSE_SOCKETS 1
// Set to 1 to use socket classes
#define wxUSE_HTML 0
#define wxUSE_HTML 1
// Set to 1 to use wxHTML sub-library
#define wxUSE_FS_ZIP 0
#define wxUSE_FS_INET 0 // Set to 1 to enable virtual file systems
#define wxUSE_FS_ZIP 1
#define wxUSE_FS_INET 1 // Set to 1 to enable virtual file systems
#define wxUSE_BUSYINFO 0
#define wxUSE_BUSYINFO 1
// wxBusyInfo displays window with message
// when app is busy. Works in same way as
// wxBusyCursor
#define wxUSE_ZIPSTREAM 0
#define wxUSE_ZIPSTREAM 1
// input stream for reading from zip archives
/*