summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/defs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/gu/defs.c')
-rw-r--r--src/runtime/c/gu/defs.c2
1 files changed, 1 insertions, 1 deletions
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 <gu/defs.h>
void* const gu_null = NULL;
-GU_API_DATA GuStruct* const gu_null_struct = NULL;
+GU_API GuStruct* const gu_null_struct = NULL;