examples: g_mapped_file_unref exists already since GLib 2.21.3

This commit is contained in:
Vincent Penquerc'h 2010-10-09 14:17:57 +01:00 committed by Sebastian Dröge
parent b41cd04289
commit 50a6f26684
4 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@
#include <stdlib.h>
/* FIXME: remove once we depend on GLib >= 2.22 */
#if !GLIB_CHECK_VERSION (2, 22, 0)
#if !GLIB_CHECK_VERSION (2, 21, 3)
#define g_mapped_file_unref g_mapped_file_free
#endif

View file

@ -31,7 +31,7 @@
#include <stdlib.h>
/* FIXME: remove once we depend on GLib >= 2.22 */
#if !GLIB_CHECK_VERSION (2, 22, 0)
#if !GLIB_CHECK_VERSION (2, 21, 3)
#define g_mapped_file_unref g_mapped_file_free
#endif

View file

@ -31,7 +31,7 @@
#include <stdlib.h>
/* FIXME: remove once we depend on GLib >= 2.22 */
#if !GLIB_CHECK_VERSION (2, 22, 0)
#if !GLIB_CHECK_VERSION (2, 21, 3)
#define g_mapped_file_unref g_mapped_file_free
#endif

View file

@ -31,7 +31,7 @@
#include <stdlib.h>
/* FIXME: remove once we depend on GLib >= 2.22 */
#if !GLIB_CHECK_VERSION (2, 22, 0)
#if !GLIB_CHECK_VERSION (2, 21, 3)
#define g_mapped_file_unref g_mapped_file_free
#endif