]> 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 2be49007d9c7db51d94df277c4d52a75466ffdf7..2dab36f0babea36398c564c22830dbf9fd4a979a 100644 (file)
@@ -1,12 +1,12 @@
 #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"
 #endif