diff options
author | twinaphex | 2015-07-26 04:25:30 +0200 |
---|---|---|
committer | twinaphex | 2015-07-26 04:25:30 +0200 |
commit | f85531b64e2f7649340547ea167d854b3b1b4b23 (patch) | |
tree | 7b1ac44199083c34edc4e3260d49bf900031e4c3 | |
parent | 361b6927ef6af4e0913f18909cb841fd192e69d1 (diff) | |
download | snesemu-f85531b64e2f7649340547ea167d854b3b1b4b23.tar.gz snesemu-f85531b64e2f7649340547ea167d854b3b1b4b23.tar.bz2 snesemu-f85531b64e2f7649340547ea167d854b3b1b4b23.zip |
Prevent warning
-rw-r--r-- | source/memmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |