1
0
forked from GitHub/gf-core

use GU_API_DATA_DECL instead of GU_API_DATA to make the C runtime compile again on MacOS

This commit is contained in:
krasimir
2017-04-13 11:06:24 +00:00
parent 7963c85367
commit a657e9947b
3 changed files with 6 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ gu_variant_from_ptr(const void* p)
return (uintptr_t) p;
}
GU_API_DATA const GuVariant gu_null_variant;
GU_API_DATA_DECL const GuVariant gu_null_variant;
static inline bool
gu_variant_is_null(GuVariant v) {