Enable IE backend in msw builds unconditionally until the backend flags work properly. Conditionally define INET constants only under mingw as it does not apparently provide them. Fix some typos. The sample now compiles under msw.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -345,15 +345,7 @@ public:
|
||||
virtual bool IsBusy() = 0;
|
||||
};
|
||||
|
||||
//class WXDLLIMPEXP_FWD_HTML wxWebNavigationEvent;
|
||||
|
||||
// FIXME: get those WXDLLIMPEXP_HTML & DECLARE_DYNAMIC_CLASS right...
|
||||
//wxDECLARE_EXPORTED_EVENT(WXDLLIMPEXP_HTML, wxEVT_COMMAND_WEB_VIEW_NAVIGATE,
|
||||
// wxWebNavigationEvent );
|
||||
|
||||
|
||||
// FIXME: get those WXDLLIMPEXP_HTML & DECLARE_DYNAMIC_CLASS right...
|
||||
class wxWebNavigationEvent : public wxCommandEvent
|
||||
class WXDLLIMPEXP_WEB wxWebNavigationEvent : public wxCommandEvent
|
||||
{
|
||||
public:
|
||||
wxWebNavigationEvent() {}
|
||||
|
Reference in New Issue
Block a user