git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68030
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifndef _WX_WEB_VIEW_H_
#define _WX_WEB_VIEW_H_
#ifndef _WX_WEB_VIEW_H_
#define _WX_WEB_VIEW_H_
web.cpp\r
</sources>\r
<headers></headers>\r
web.cpp\r
</sources>\r
<headers></headers>\r
+ <wx-lib>web</wx-lib>\r
+ <wx-lib>stc</wx-lib> \r
+ <wx-lib>adv</wx-lib>\r
<wx-lib>core</wx-lib>\r
<wx-lib>base</wx-lib>\r
<wx-lib>core</wx-lib>\r
<wx-lib>base</wx-lib>\r
- <wx-lib>web</wx-lib>\r
- <wx-lib>stc</wx-lib>\r
<win32-res>../sample.rc</win32-res>\r
\r
<if cond="OUT_OF_TREE_MAKEFILES=='0'">\r
<win32-res>../sample.rc</win32-res>\r
\r
<if cond="OUT_OF_TREE_MAKEFILES=='0'">\r
#include <exdisp.h>
#include <mshtml.h>
#include <exdisp.h>
#include <mshtml.h>
+// Various definitions are missing from mingw
-// FIXME: Seems like MINGW does not have these, how to handle cleanly?
-#define DISPID_COMMANDSTATECHANGE 105
typedef enum CommandStateChangeConstants {
CSC_UPDATECOMMANDS = (int) 0xFFFFFFFF,
CSC_NAVIGATEFORWARD = 0x1,
CSC_NAVIGATEBACK = 0x2
} CommandStateChangeConstants;
typedef enum CommandStateChangeConstants {
CSC_UPDATECOMMANDS = (int) 0xFFFFFFFF,
CSC_NAVIGATEFORWARD = 0x1,
CSC_NAVIGATEBACK = 0x2
} CommandStateChangeConstants;
-
-// FIXME: Seems like MINGW does not have these, how to handle cleanly?
-#define DISPID_NAVIGATECOMPLETE2 252
-#define DISPID_NAVIGATEERROR 271
-#define OLECMDID_OPTICAL_ZOOM 63
+#define DISPID_COMMANDSTATECHANGE 105
+#define DISPID_NAVIGATECOMPLETE2 252
+#define DISPID_NAVIGATEERROR 271
+#define DISPID_NEWWINDOW3 273
+#define OLECMDID_OPTICAL_ZOOM 63
#define INET_E_ERROR_FIRST 0x800C0002L
#define INET_E_INVALID_URL 0x800C0002L
#define INET_E_NO_SESSION 0x800C0003L
#define INET_E_ERROR_FIRST 0x800C0002L
#define INET_E_INVALID_URL 0x800C0002L
#define INET_E_NO_SESSION 0x800C0003L
#define INET_E_CODE_INSTALL_BLOCKED_BY_HASH_POLICY 0x800C0500L
#define INET_E_CODE_INSTALL_SUPPRESSED 0x800C0400L
#define INET_E_CODE_INSTALL_BLOCKED_BY_HASH_POLICY 0x800C0500L
#define INET_E_CODE_INSTALL_SUPPRESSED 0x800C0400L
+#define REFRESH_NORMAL 0
#define REFRESH_COMPLETELY 3
#endif
#define REFRESH_COMPLETELY 3
#endif