git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20290
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// delete our drop target if we've got one
#if wxUSE_DRAG_AND_DROP
// delete our drop target if we've got one
#if wxUSE_DRAG_AND_DROP
if ( m_dropTarget != NULL )
{
m_dropTarget->Revoke(m_hWnd);
if ( m_dropTarget != NULL )
{
m_dropTarget->Revoke(m_hWnd);
delete m_dropTarget;
m_dropTarget = NULL;
}
delete m_dropTarget;
m_dropTarget = NULL;
}
+#endif //#ifndef __DIGITALMARS__
#endif // wxUSE_DRAG_AND_DROP
// WM_DESTROY handled
#endif // wxUSE_DRAG_AND_DROP
// WM_DESTROY handled