diff options
| author | Silenio Quarti | 2013-03-18 16:27:26 +0000 |
|---|---|---|
| committer | Carolyn MacLeod | 2013-04-09 14:56:40 +0000 |
| commit | 1759582d299317fe7c0f490e02a5be40f9ec9a47 (patch) | |
| tree | a5f3ec1c6d0dac6eff2c73844af896a3be2543e7 | |
| parent | d59adb8b1f7860933877061a5e681ae5dae4b024 (diff) | |
| download | eclipse.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.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 |
