From 2bcae2745eac9a66913152fd1cda27aaf094624d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 15 Nov 2012 21:41:38 +0200 Subject: There is no GLIB_AVAILABLE_IN_2_28 in GLib 2.28 Change-Id: Ief126965cf02283cdb7b5f65ccf9fca28b4f9a40 --- vcl/inc/unx/gtk/gtksalmenu.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/unx/gtk/gtksalmenu.hxx') diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index 822d3a1ec687..a5c9973b5459 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -26,7 +26,7 @@ # ifndef GLIB_AVAILABLE_IN_2_32 typedef void GMenuModel; # endif -# ifndef GLIB_AVAILABLE_IN_2_28 +# if !GLIB_CHECK_VERSION(2,28,0) typedef void GActionGroup; # endif #endif -- cgit