#pragma hdrstop
#endif
-#if wxUSE_OLE && ( wxUSE_DRAG_AND_DROP || (defined(__WXDEBUG__) && wxUSE_DATAOBJ) )
+#if wxUSE_OLE && (wxUSE_DRAG_AND_DROP || wxUSE_DATAOBJ)
#ifndef WX_PRECOMP
#include "wx/msw/wrapwin.h"
{
// IsEqualGUID() returns BOOL and not bool so use an explicit comparison to
// avoid MSVC warnings about int->bool conversion
- return IsEqualGUID(m_uuid, uuid.m_uuid) == TRUE;
+ return IsEqualGUID(m_uuid, uuid.m_uuid) != 0;
}
// dtor