diff options
Diffstat (limited to 'src/defines.h')
-rw-r--r-- | src/defines.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h index b147327..ce947d8 100644 --- a/src/defines.h +++ b/src/defines.h @@ -55,7 +55,8 @@ CORE_DEFINE_HANDLE( Handle); // Untyped handle that can be casted to a strongly typed resource handle #define PUB // For collecting public APIs to expose in an amalgamation header file -#define c_static_inline static inline +// #define c_static_inline static inline +#define c_static_inline static #define KB(x) ((size_t)x * 1000) #define MB(x) ((size_t)x * 1000 * 1000) |