diff options
-rw-r--r-- | Makefile.common | 4 | ||||
-rw-r--r-- | source/port.h | 9 |
2 files changed, 2 insertions, 11 deletions
diff --git a/Makefile.common b/Makefile.common index 1d5cbd8..41352d0 100644 --- a/Makefile.common +++ b/Makefile.common @@ -65,7 +65,7 @@ endif DEFS += -DSPC700_C -DEXECUTE_SUPERFX_PER_LINE -DSDD1_DECOMP \ -DVAR_CYCLES -DCPU_SHUTDOWN -DSPC700_SHUTDOWN \ - -DNO_INLINE_SET_GET -DHAVE_MKSTEMP '-DACCEPT_SIZE_T=size_t' -DWANT_CHEATS + -DNO_INLINE_SET_GET -DHAVE_MKSTEMP -DWANT_CHEATS DEFS += -D__LIBRETRO__ @@ -84,4 +84,4 @@ WARNINGS := -Wall \ -fno-strict-overflow endif -FLAGS += $(DEFS) $(WARNINGS) $(INCFLAGS)
\ No newline at end of file +FLAGS += $(DEFS) $(WARNINGS) $(INCFLAGS) diff --git a/source/port.h b/source/port.h index 63f0d67..d48b4f8 100644 --- a/source/port.h +++ b/source/port.h @@ -93,15 +93,6 @@ #include <limits.h> #include <string.h> - -#ifndef ACCEPT_SIZE_T -#ifdef __WIN32__ -#define ACCEPT_SIZE_T int -#else -#define ACCEPT_SIZE_T unsigned int -#endif -#endif - #include <sys/types.h> /* #define PIXEL_FORMAT RGB565 */ |