wxDECLARE_DYNAMIC_CLASS(wxWebViewIE);
};
-#ifndef __MINGW32__
-
class VirtualProtocol : public IInternetProtocol
{
protected:
wxSharedPtr<wxWebViewHandler> m_handler;
};
-#endif // __MINGW32__
-
#endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_IE && defined(__WXMSW__)
#endif // wxWebViewIE_H