Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-02-07 20:37:02 +0000
committerLakshmi Shanmugam2013-02-28 08:25:55 +0000
commit2aa54194d08f62c6a2ab815a305879fca3988876 (patch)
treeb230604714080b14a0b0f540a9d008c483fb0e27
parent88d896845ab46c2b63185bf7b1aba3dec70427bf (diff)
downloadeclipse.platform.swt-2aa54194d08f62c6a2ab815a305879fca3988876.tar.gz
eclipse.platform.swt-2aa54194d08f62c6a2ab815a305879fca3988876.tar.xz
eclipse.platform.swt-2aa54194d08f62c6a2ab815a305879fca3988876.zip
Add forgotten defines for dynamic g_thread* functions.
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h
index 397f36932b..68b919ba5e 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h
@@ -76,6 +76,8 @@
#define XRenderSetPictureClipRectangles_LIB LIB_XRENDER
#define XRenderSetPictureTransform_LIB LIB_XRENDER
#define g_filename_display_name_LIB LIB_GLIB
+#define g_thread_init_LIB LIB_GLIB
+#define g_thread_supported_LIB LIB_GLIB
#define gtk_widget_set_allocation_LIB LIB_GTK
#define gtk_adjustment_configure_LIB LIB_GTK
#define gtk_adjustment_get_lower_LIB LIB_GTK

Back to the top