From 47546eadea450c5058a4bea80930a711534a1326 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 20 Apr 2018 19:11:34 +0200 Subject: Use retro_inline.h --- src/port.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/port.h') diff --git a/src/port.h b/src/port.h index 7ef9a13..81cc42f 100644 --- a/src/port.h +++ b/src/port.h @@ -61,7 +61,9 @@ I can't take it anymore, it's too convoluted. So I've commented out the entire #include #include #include + #include +#include //Types Defined typedef uint8_t bool8; @@ -141,14 +143,4 @@ void _splitpath(const char* path, char* drive, char* dir, char* fname, #define strcasecmp strcmp #define strncasecmp strncmp -#ifdef INLINE -#undef INLINE -#define INLINE __inline -#endif - -#ifdef inline -#undef inline -#define inline __inline -#endif - #endif // _PORT_H_ -- cgit v1.2.3