Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-03-18 16:27:26 +0000
committerCarolyn MacLeod2013-04-09 14:56:40 +0000
commit1759582d299317fe7c0f490e02a5be40f9ec9a47 (patch)
treea5f3ec1c6d0dac6eff2c73844af896a3be2543e7
parentd59adb8b1f7860933877061a5e681ae5dae4b024 (diff)
downloadeclipse.platform.swt-1759582d299317fe7c0f490e02a5be40f9ec9a47.tar.gz
eclipse.platform.swt-1759582d299317fe7c0f490e02a5be40f9ec9a47.tar.xz
eclipse.platform.swt-1759582d299317fe7c0f490e02a5be40f9ec9a47.zip
remove compiler warning - macro redefined
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h2
1 files changed, 1 insertions, 1 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 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

Back to the top