X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da58c4e6a0b41ec68d7a9ab501762b7264268752..e54e92e681b48a58207ef5e2ad6f8d51ebd62f87:/src/msw/ole/activex.cpp diff --git a/src/msw/ole/activex.cpp b/src/msw/ole/activex.cpp index 19cb1feed8..22a97cc03b 100644 --- a/src/msw/ole/activex.cpp +++ b/src/msw/ole/activex.cpp @@ -45,7 +45,7 @@ WX_DECLARE_AUTOOLE(wxAutoITypeInfo, ITypeInfo) WX_DECLARE_AUTOOLE(wxAutoIConnectionPoint, IConnectionPoint) WX_DECLARE_AUTOOLE(wxAutoIConnectionPointContainer, IConnectionPointContainer) -wxDEFINE_EVENT( wxEVT_ACTIVEX, wxActiveXEvent ) +wxDEFINE_EVENT( wxEVT_ACTIVEX, wxActiveXEvent ); // Ole class helpers (sort of MFC-like) from wxActiveX #define DECLARE_OLE_UNKNOWN(cls)\ @@ -904,13 +904,9 @@ wxActiveXContainer::~wxActiveXContainer() } // VZ: we might want to really report an error instead of just asserting here -#ifdef __WXDEBUG__ - #define CHECK_HR(hr) \ - wxASSERT_MSG( SUCCEEDED(hr), \ +#define CHECK_HR(hr) \ + wxASSERT_LEVEL_2_MSG( SUCCEEDED(hr), \ wxString::Format("HRESULT = %X", (unsigned)(hr)) ) -#else - #define CHECK_HR(hr) wxUnusedVar(hr) -#endif //--------------------------------------------------------------------------- // wxActiveXContainer::CreateActiveX