]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dnd.h
wxDocManager gets the only view if none other specified as the current view;
[wxWidgets.git] / include / wx / dnd.h
index a654c6e7a187a01e072884e2ba1e0333ac261ee2..2dab36f0babea36398c564c22830dbf9fd4a979a 100644 (file)
@@ -1,9 +1,12 @@
 #ifndef __DNDH_BASE__
 #define __DNDH_BASE__
 
-#if defined(__WINDOWS__)
-#elif defined(__MOTIF__)
-#elif defined(__GTK__)
+#if defined(__WXMSW__)
+#include "wx/msw/ole/dropsrc.h"
+#include "wx/msw/ole/droptgt.h"
+#include "wx/msw/ole/dataobj.h"
+#elif defined(__WXMOTIF__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/dnd.h"
 #endif