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/defs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/runtime/c/gu/defs.h') diff --git a/src/runtime/c/gu/defs.h b/src/runtime/c/gu/defs.h index 9c19978f4..6b531979c 100644 --- a/src/runtime/c/gu/defs.h +++ b/src/runtime/c/gu/defs.h @@ -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 -- cgit v1.2.3