]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dnd.h
"wxGDIObject * => &" related changes (see mail to the list)
[wxWidgets.git] / include / wx / gtk1 / dnd.h
index e10c9e7c764868d31b179d6191a95d6ccffababf..937fe1aa896ddba3a793568d0b45aefeaaa1493f 100644 (file)
 #include "wx/string.h"
 #include "wx/cursor.h"
 
 #include "wx/string.h"
 #include "wx/cursor.h"
 
+//-------------------------------------------------------------------------
+// conditional compilation
+//-------------------------------------------------------------------------
+
+#if (GTK_MINOR_VERSION == 1)
+#if (GTK_MICRO_VERSION >= 3)
+#define NEW_GTK_DND_CODE
+#endif
+#endif
+
 //-------------------------------------------------------------------------
 // classes
 //-------------------------------------------------------------------------
 //-------------------------------------------------------------------------
 // classes
 //-------------------------------------------------------------------------