#endif
static GHashTable *volname_hash = NULL;
-#if GTK_CHECK_VERSION(2, 32, 0)
+#if GLIB_CHECK_VERSION(2, 32, 0)
static GMutex volname_mutex_static;
#endif
static GMutex *volname_mutex;
void
ghb_volname_cache_init(void)
{
-#if GTK_CHECK_VERSION(2, 32, 0)
+#if GLIB_CHECK_VERSION(2, 32, 0)
g_mutex_init(&volname_mutex_static);
volname_mutex = &volname_mutex_static;
#else
#include <gtk/gtk.h>
#include "settings.h"
-#if GTK_CHECK_VERSION(2, 32, 0)
+#if GLIB_CHECK_VERSION(2, 32, 0)
#define GHB_THREAD_NEW(n, f, p) \
g_thread_new(n, (GThreadFunc)(f), (p))
#else