From a8eaa2f2e560547e63c7976960435e1ae23a22b1 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 12 Apr 2017 10:24:56 +0000 Subject: a patch from Bjørnar Luteberget for compatibility with MSVC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 2c3772b7c..5e78e797b 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; -GuStruct* const gu_null_struct = NULL; +GU_API_DATA GuStruct* const gu_null_struct = NULL; -- cgit v1.2.3