mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 11:26:21 +00:00
Fixed define for g_hash_table_contains (glib < 2.32)
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
#if !GLIB_CHECK_VERSION(2,32,0)
|
||||
#define g_hash_table_add(hash_table, key) p_hash_table_add(hash_table, key)
|
||||
#define g_hash_table_contains(hash_table, key) p_hash_table_contains(hash_table, key);
|
||||
#define g_hash_table_contains(hash_table, key) p_hash_table_contains(hash_table, key)
|
||||
#endif
|
||||
|
||||
#ifndef NOTIFY_CHECK_VERSION
|
||||
|
||||
Reference in New Issue
Block a user