]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/webview_ie.h
Add new definitions required by MinGW for webview. Re-enable custom schemes as a...
[wxWidgets.git] / include / wx / msw / webview_ie.h
index 9da57a36fbcea77e5b2c0e114351a49c0a7681f9..407174b0e5efad39665503c062253fc0e323dcb5 100644 (file)
@@ -161,8 +161,6 @@ private:
     wxDECLARE_DYNAMIC_CLASS(wxWebViewIE);
 };
 
-#ifndef __MINGW32__
-
 class VirtualProtocol : public IInternetProtocol
 {
 protected:
@@ -227,8 +225,6 @@ private:
     wxSharedPtr<wxWebViewHandler> m_handler;
 };
 
-#endif // __MINGW32__
-
 #endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_IE && defined(__WXMSW__)
 
 #endif // wxWebViewIE_H