]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/webviewie.h
Move msw configuration checking to chkconf.h
[wxWidgets.git] / include / wx / msw / webviewie.h
index c0045b43a821c44fdc0beabbda9907dde1783a98..f3954c2eaa3cb27e33f5855a60107ea7c3a7492b 100644 (file)
 #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: