1
0
forked from GitHub/gf-core

more changes to make the C runtime compilable with MSVC

This commit is contained in:
krasimir
2017-04-19 18:59:42 +00:00
parent 2bdfd27173
commit 1bfeab104c
10 changed files with 41 additions and 32 deletions

View File

@@ -18,7 +18,13 @@
#define GU_API ERROR_NOT_COMPILING_LIBGU
#endif
#define GU_INTERNAL_DECL
#define GU_INTERNAL
#define restrict __restrict
#else
#define GU_API_DECL
#define GU_API