diff options
Diffstat (limited to 'source/port.h')
-rw-r--r-- | source/port.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 */ |