From 060961b49eb51e2c34874d083e17e60c16bb5dd2 Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Mon, 18 Mar 2013 12:27:26 -0400 Subject: remove compiler warning - macro redefined --- bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0065a62030..d2ae9ed6da 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 @@ -544,7 +544,7 @@ #define gtk_css_provider_new_LIB LIB_GTK #define gtk_icon_set_render_icon_pixbuf_LIB LIB_GTK -#if GLIB_CHECK_VERSION(2,32,0) +#ifndef g_thread_supported #define g_thread_supported() 0 #endif -- cgit