diff options
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h | 2 |
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 |