aboutsummaryrefslogtreecommitdiff
path: root/source/port.h
diff options
context:
space:
mode:
authortwinaphex2016-08-08 05:23:44 +0200
committertwinaphex2016-08-08 05:23:44 +0200
commit9fc795fa7bc66acb636ebb3cd9235ba983912c3b (patch)
tree3572772d7e6371f35c3495e97f64204a47617e83 /source/port.h
parent399112b76dd4989008405d55957fbacc47276654 (diff)
downloadsnes9x2005-9fc795fa7bc66acb636ebb3cd9235ba983912c3b.tar.gz
snes9x2005-9fc795fa7bc66acb636ebb3cd9235ba983912c3b.tar.bz2
snes9x2005-9fc795fa7bc66acb636ebb3cd9235ba983912c3b.zip
Cleanups
Diffstat (limited to 'source/port.h')
-rw-r--r--source/port.h9
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 */