]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dnd/dnd.cpp
Some warnings removed.
[wxWidgets.git] / samples / dnd / dnd.cpp
index 208f397e25c5f6885a69e86b221f4e985e5a78ba..d2983beb5a3baa77c1d9d5edbde283618d6dabb3 100644 (file)
 
 #include  "wx/dnd.h"
 
-#ifdef __WXGTK__
+#ifdef __WXMOTIF__
+#error Sorry, drag and drop is not yet implemented on wxMotif.
+#endif
+
+#if defined(__WXGTK__) || defined(__WXMOTIF__)
 #include "mondrian.xpm"
 #endif