]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/dnd.cpp
wxADJUST_MIN definition (forgot to ci last time)
[wxWidgets.git] / src / mac / dnd.cpp
index 32088eef0f6deea25207f69117d2fdeb92a3f6da..cebcd3aab05bc848c17998b5c1049cbc3c660020 100644 (file)
@@ -18,6 +18,8 @@
 #include "wx/app.h"
 #include "wx/gdicmn.h"
 
+#if wxUSE_DRAG_AND_DROP
+
 // ----------------------------------------------------------------------------
 // global
 // ----------------------------------------------------------------------------
@@ -131,3 +133,4 @@ wxDragResult wxDropSource::DoDragDrop( bool WXUNUSED(bAllowMove) )
     return wxDragError;
 };
 
+#endif
\ No newline at end of file