#define INCL_WINSTDDRAG
#include <os2.h>
+#ifndef __EMX__
#include <pmstddlg.h>
+#endif
//-------------------------------------------------------------------------
// wxDropSource
virtual ~wxDropSource();
/* start drag action */
- virtual wxDragResult DoDragDrop(bool bAllowMove = FALSE);
+ virtual wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly);
protected:
void Init(void);