diff options
Diffstat (limited to 'src/runtime/c/gu/defs.h')
| -rw-r--r-- | src/runtime/c/gu/defs.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
