X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16a12a3d27d3d3e2557bcde15365245ef2675bb4..1759c4913394381b22d14e78275d3a6f4a0d18e2:/src/os2/dnd.cpp diff --git a/src/os2/dnd.cpp b/src/os2/dnd.cpp index 452c5a2abc..463d738fa9 100644 --- a/src/os2/dnd.cpp +++ b/src/os2/dnd.cpp @@ -14,12 +14,15 @@ #endif #define INCL_PM +#define INCL_DOS #include #include "wx/window.h" #include "wx/app.h" #include "wx/gdicmn.h" #include "wx/dnd.h" +#if wxUSE_DRAG_AND_DROP + // ---------------------------------------------------------------------------- // global // ---------------------------------------------------------------------------- @@ -121,7 +124,7 @@ wxDropSource::~wxDropSource() }; wxDragResult wxDropSource::DoDragDrop( - bool WXUNUSED(bAllowMove) + int WXUNUSED(flags) ) { // TODO @@ -133,3 +136,4 @@ void wxDropSource::Init() // TODO }; +#endif //wxUSE_DRAG_AND_DROP