diff --git a/Core/gb.h b/Core/gb.h index c0380d8..3636930 100644 --- a/Core/gb.h +++ b/Core/gb.h @@ -1,6 +1,9 @@ #pragma once #ifdef __cplusplus +#if defined(__STRICT_ANSI__) && !defined(typeof) +#define typeof decltype +#endif extern "C" { #endif