]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dnd.cpp
Fixed Unicode breakage I caused
[wxWidgets.git] / src / os2 / dnd.cpp
index f8ed534d5dd4784b34dc5add63f8494a5d000044..463d738fa9a1851a86d400468649544e02a16968 100644 (file)
@@ -21,6 +21,8 @@
 #include "wx/gdicmn.h"
 #include "wx/dnd.h"
 
+#if wxUSE_DRAG_AND_DROP
+
 // ----------------------------------------------------------------------------
 // global
 // ----------------------------------------------------------------------------
@@ -122,7 +124,7 @@ wxDropSource::~wxDropSource()
 };
 
 wxDragResult wxDropSource::DoDragDrop(
-  bool                              WXUNUSED(bAllowMove)
+  int                              WXUNUSED(flags)
 )
 {
     // TODO
@@ -134,3 +136,4 @@ void wxDropSource::Init()
     // TODO
 };
 
+#endif //wxUSE_DRAG_AND_DROP