From f85531b64e2f7649340547ea167d854b3b1b4b23 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 26 Jul 2015 04:25:30 +0200 Subject: Prevent warning --- source/memmap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/memmap.h') diff --git a/source/memmap.h b/source/memmap.h index 84eca92..0be1192 100644 --- a/source/memmap.h +++ b/source/memmap.h @@ -272,7 +272,9 @@ uint8_t* GetBasePointer(uint32_t Address); extern uint8_t OpenBus; #else +#ifndef INLINE #define INLINE static inline +#endif #include "getset.h" #endif // NO_INLINE_SET_GET -- cgit v1.2.3