Move msw configuration checking to chkconf.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,17 +19,6 @@
|
||||
#include "wx/msw/ole/automtn.h"
|
||||
#include "wx/msw/ole/activex.h"
|
||||
|
||||
// TODO: move this to wx/msw/chkconf.h
|
||||
#if wxUSE_ACTIVEX != 1
|
||||
#error "wxUSE_ACTIVEX must be activated for this to work"
|
||||
#endif
|
||||
|
||||
#if wxUSE_OLE_AUTOMATION != 1
|
||||
#error "wxUSE_OLE_AUTOMATION must be activated for this to work"
|
||||
#endif
|
||||
|
||||
// FIXME: get those DLL export macros right...
|
||||
|
||||
class WXDLLIMPEXP_WEB wxWebViewIE : public wxWebView
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user