From 9fc795fa7bc66acb636ebb3cd9235ba983912c3b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Aug 2016 05:23:44 +0200 Subject: Cleanups --- source/port.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source/port.h') 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