]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dnd.h
code using ms_PaintDC changed a little (a couple of asserts added, the behaviour
[wxWidgets.git] / include / wx / dnd.h
index 2be49007d9c7db51d94df277c4d52a75466ffdf7..c9fea4c1678eb747be2fd422a6c6c1a131210e07 100644 (file)
@@ -1,13 +1,15 @@
 #ifndef __DNDH_BASE__
 #define __DNDH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/ole/dropsrc.h"
 #include "wx/msw/ole/droptgt.h"
 #include "wx/msw/ole/dataobj.h"
-#elif defined(__MOTIF__)
-#elif defined(__GTK__)
+#elif defined(__WXMOTIF__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/dnd.h"
+#elif defined(__WXQT__)
+#include "wx/qt/dnd.h"
 #endif
 
 #endif