]> git.saurik.com Git - wxWidgets.git/commitdiff
I changed wxUSE_HTML (and other related wxUSEs) to 1. wxHTML is stable enough and...
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 17 Nov 1999 22:35:32 +0000 (22:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 17 Nov 1999 22:35:32 +0000 (22:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index 05518a1c2eda1900e6f01b6aa50b795361b12133..5c940c1476a8a15408fd7851b1ce86e54b849a13 100644 (file)
                                 // 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
 
 /*