diff options
Diffstat (limited to 'src/runtime/c/gu/defs.c')
| -rw-r--r-- | src/runtime/c/gu/defs.c | 2 |
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; |
