git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12731
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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");