From 5c93f2fba5eadaa1e516106c08d495c14a0eb647 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 19 Apr 2017 12:30:40 +0000 Subject: in libgu mark explicitly all functions that belong to the API --- src/runtime/c/gu/defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/gu/defs.c') diff --git a/src/runtime/c/gu/defs.c b/src/runtime/c/gu/defs.c index 5e78e797b..ec1098433 100644 --- a/src/runtime/c/gu/defs.c +++ b/src/runtime/c/gu/defs.c @@ -1,4 +1,4 @@ #include void* const gu_null = NULL; -GU_API_DATA GuStruct* const gu_null_struct = NULL; +GU_API GuStruct* const gu_null_struct = NULL; -- cgit v1.2.3