#endif
#define INCL_PM
+#define INCL_DOS
#include <os2.h>
#include "wx/window.h"
#include "wx/app.h"
#include "wx/gdicmn.h"
#include "wx/dnd.h"
+#if wxUSE_DRAG_AND_DROP
+
// ----------------------------------------------------------------------------
// global
// ----------------------------------------------------------------------------
};
wxDragResult wxDropSource::DoDragDrop(
- bool WXUNUSED(bAllowMove)
+ int WXUNUSED(flags)
)
{
// TODO
// TODO
};
+#endif //wxUSE_DRAG_AND_DROP