compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2001-11-27 18:13:31 +00:00
parent ea91314fdf
commit 954cc8d2f2

View File

@ -132,12 +132,14 @@ class BoldProcessor : public wxHtmlProcessor
bool MyApp::OnInit()
{
wxLog::AddTraceMask(wxT("strconv"));
#if wxUSE_SYSTEM_OPTIONS
wxSystemOptions::SetOption(wxT("no-maskblt"), 1);
#endif
wxInitAllImageHandlers();
#if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
#if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
wxFileSystem::AddHandler(new wxInternetFSHandler);
#endif
#endif
SetVendorName("wxWindows");
SetAppName("wxHtmlTest");