From 9fc795fa7bc66acb636ebb3cd9235ba983912c3b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Aug 2016 05:23:44 +0200 Subject: Cleanups --- Makefile.common | 4 ++-- 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 #include - -#ifndef ACCEPT_SIZE_T -#ifdef __WIN32__ -#define ACCEPT_SIZE_T int -#else -#define ACCEPT_SIZE_T unsigned int -#endif -#endif - #include /* #define PIXEL_FORMAT RGB565 */ -- cgit v1.2.3