X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20947e08ca1865197bab22b3b5874fb104ceb16b..c2bbeff0048b6f02bf1ef41edc6c7a3ce148f907:/include/wx/os2/dnd.h 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);