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:
Steve Lamerton
2011-05-06 12:59:13 +00:00
parent 3046dbdcfe
commit 2724d84bbe
2 changed files with 20 additions and 11 deletions

View File

@@ -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: