From 90beec4af69432d76fc877e39fc80aef43f9b1ce Mon Sep 17 00:00:00 2001 From: Arun Thondapu Date: Mon, 15 Oct 2012 18:17:03 +0530 Subject: Bug 388883 fix LIB_GTK repetition in os_custom.h --- bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 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 65837501a2..33e91aa518 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 @@ -326,7 +326,7 @@ #define gtk_paint_vline_LIB LIB_GTK #define gtk_paint_flat_box_LIB LIB_GTK #define gtk_paint_check_LIB LIB_GTK -#define gtk_paint_option_LIB LIB_GTK LIB_GTK +#define gtk_paint_option_LIB LIB_GTK #define gtk_paint_layout_LIB LIB_GTK #define gtk_page_setup_get_bottom_margin_LIB LIB_GTK #define gtk_page_setup_get_left_margin_LIB LIB_GTK @@ -405,7 +405,7 @@ #define gtk_render_frame_LIB LIB_GTK #define gtk_render_frame_gap_LIB LIB_GTK #define gtk_render_background_LIB LIB_GTK -#define gtk_render_option_LIB LIB_GTK LIB_GTK +#define gtk_render_option_LIB LIB_GTK #define gtk_render_layout_LIB LIB_GTK #define gtk_progress_bar_set_inverted_LIB LIB_GTK #define gtk_progress_bar_set_orientation_LIB LIB_GTK -- cgit