From 9e2f7ced0d01305896ae6fc25b10eb9b4bb39a89 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Tue, 9 Oct 2012 22:44:58 +0300 Subject: Bug #391477 - Do not compile GtkSelectionData memmove/sizeof for Gtk3+ Defines added to ignore these functions compilation. --- bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit