X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20947e08ca1865197bab22b3b5874fb104ceb16b..3342663931cc6d203c1d2ded6da44a17347cb0e7:/include/wx/os2/dnd.h?ds=inline diff --git a/include/wx/os2/dnd.h b/include/wx/os2/dnd.h index ec8277545c..48976e760f 100644 --- a/include/wx/os2/dnd.h +++ b/include/wx/os2/dnd.h @@ -19,7 +19,9 @@ #define INCL_WINSTDDRAG #include +#ifndef __EMX__ #include +#endif //------------------------------------------------------------------------- // wxDropSource @@ -38,7 +40,7 @@ public: virtual ~wxDropSource(); /* start drag action */ - virtual wxDragResult DoDragDrop(bool bAllowMove = FALSE); + virtual wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly); protected: void Init(void);