git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60348
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
// VZ: we might want to really report an error instead of just asserting here
}
// VZ: we might want to really report an error instead of just asserting here
-#define CHECK_HR(hr) \
- wxASSERT_LEVEL_2_MSG( SUCCEEDED(hr), \
- wxString::Format("HRESULT = %X", (unsigned)(hr)) )
+#if wxDEBUG_LEVEL
+ #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
//---------------------------------------------------------------------------
// wxActiveXContainer::CreateActiveX
{
if ( m_verRichEdit == 2 )
{
{
if ( m_verRichEdit == 2 )
{
wchar_t buf[256];
if ( ::SendMessage(GetEditHwnd(), EM_GETCUEBANNER,
(WPARAM)buf, WXSIZEOF(buf)) )
wchar_t buf[256];
if ( ::SendMessage(GetEditHwnd(), EM_GETCUEBANNER,
(WPARAM)buf, WXSIZEOF(buf)) )
}
return wxTextEntryBase::GetHint();
}
return wxTextEntryBase::GetHint();
return MSWHandleTreeKeyDownEvent(
info->wVKey, (wxIsAltDown() ? KF_ALTDOWN : 0) << 16);
}
return MSWHandleTreeKeyDownEvent(
info->wVKey, (wxIsAltDown() ? KF_ALTDOWN : 0) << 16);
}
// Vista's tree control has introduced some problems with our
// Vista's tree control has introduced some problems with our