]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dndcmn.cpp
Allow creating wxGraphicsBitmap and wxGraphicsContext from wxImage.
[wxWidgets.git] / src / common / dndcmn.cpp
index 7cc7e7413a4b2986997d6e62e53a897d26cbf65e..cdc3a67fe2eb8c3724bc016d1b80cc9c504e2342 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        common/dndcmn.cpp
+// Name:        src/common/dndcmn.cpp
 // Author:      Robert Roebling
 // Modified by:
 // Created:     19.10.99
 
 #include "wx/dnd.h"
 
+#if wxUSE_DRAG_AND_DROP
+
 bool wxIsDragResultOk(wxDragResult res)
 {
     return res == wxDragCopy || res == wxDragMove || res == wxDragLink;
 }
 
+#endif
+