From 1bfeab104c4697a83478346f0eebd1ac03429d68 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 19 Apr 2017 18:59:42 +0000 Subject: more changes to make the C runtime compilable with MSVC --- src/runtime/c/gu/mem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/gu/mem.h') diff --git a/src/runtime/c/gu/mem.h b/src/runtime/c/gu/mem.h index 04fd0ede5..3f16a6a1c 100644 --- a/src/runtime/c/gu/mem.h +++ b/src/runtime/c/gu/mem.h @@ -21,7 +21,7 @@ typedef struct GuPool GuPool; /// Create a new memory pool. -GU_ONLY GuPool* +GU_API_DECL GuPool* gu_new_pool(void); /**< -- cgit v1.2.3