From a657e9947bbad98e95c65488003cdca2c8c2c625 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 13 Apr 2017 11:06:24 +0000 Subject: use GU_API_DATA_DECL instead of GU_API_DATA to make the C runtime compile again on MacOS --- src/runtime/c/gu/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/gu/variant.h') diff --git a/src/runtime/c/gu/variant.h b/src/runtime/c/gu/variant.h index 8e7741694..ec057faa4 100644 --- a/src/runtime/c/gu/variant.h +++ b/src/runtime/c/gu/variant.h @@ -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) { -- cgit v1.2.3