// some common dnd related code
// ============================================================================
+#if wxUSE_DRAG_AND_DROP
+
#include "wx/dnd.h"
// ----------------------------------------------------------------------------
return OnDropFiles(x, y, dobj->GetFilenames()) ? def : wxDragNone;
}
+#endif
+