Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-03-18 16:27:26 +0000
committerSilenio Quarti2013-03-18 16:27:26 +0000
commit060961b49eb51e2c34874d083e17e60c16bb5dd2 (patch)
tree009bed421488edb06ee52a513e310e91cfdb2314
parent9d7e0b1509e5d41acbcec588d09bd52224a3ca3d (diff)
downloadeclipse.platform.swt-060961b49eb51e2c34874d083e17e60c16bb5dd2.tar.gz
eclipse.platform.swt-060961b49eb51e2c34874d083e17e60c16bb5dd2.tar.xz
eclipse.platform.swt-060961b49eb51e2c34874d083e17e60c16bb5dd2.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