summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov <akurtako@redhat.com>2012-10-09 22:44:58 +0300
committerAlexander Kurtakov <akurtako@redhat.com>2012-10-09 22:46:41 +0300
commit9e2f7ced0d01305896ae6fc25b10eb9b4bb39a89 (patch)
tree5c9f23afecde26a61adfb6ec3cdd2717bdfcb0fc
parentb9a26120a80a47ea096a5501d1170ece83bc80f3 (diff)
downloadeclipse.platform.swt-9e2f7ced0d01305896ae6fc25b10eb9b4bb39a89.tar.gz
eclipse.platform.swt-9e2f7ced0d01305896ae6fc25b10eb9b4bb39a89.tar.xz
eclipse.platform.swt-9e2f7ced0d01305896ae6fc25b10eb9b4bb39a89.zip
Bug #391477 - Do not compile GtkSelectionData memmove/sizeof for Gtk3+
Defines added to ignore these functions compilation.
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h
index b4bab83dd0..7fef365b16 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h
@@ -99,6 +99,9 @@
#define NO_GdkDragContext
#define NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II
#define NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2JJ
+#define NO_GtkSelectionData
+#define NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II
+#define NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2JJ
#endif
#include "os_custom.h"