]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dnd.h
With the exceptions of DnD, wxGTk now works with
[wxWidgets.git] / include / wx / gtk1 / dnd.h
index dc0a2d850dda8bd2aa7fe4624304eaffa63ac5d7..2eccb9c9d66a43e6a323ad34706a4cc6d68395cb 100644 (file)
 
 #include "wx/defs.h"
 
+//-------------------------------------------------------------------------
+// conditional compilation
+//-------------------------------------------------------------------------
+
+#if (GTK_MINOR_VERSION > 0)
+#define NEW_GTK_DND_CODE
+#endif
+
 #if wxUSE_DRAG_AND_DROP
 
 #include "wx/object.h"
 #include "wx/icon.h"
 #include "wx/gdicmn.h"
 
-//-------------------------------------------------------------------------
-// conditional compilation
-//-------------------------------------------------------------------------
-
-#if (GTK_MINOR_VERSION == 1)
-#if (GTK_MICRO_VERSION >= 3)
-#define NEW_GTK_DND_CODE
-#endif
-#endif
-
 //-------------------------------------------------------------------------
 // classes
 //-------------------------------------------------------------------------