diff options
author | twinaphex | 2016-08-08 05:23:44 +0200 |
---|---|---|
committer | twinaphex | 2016-08-08 05:23:44 +0200 |
commit | 9fc795fa7bc66acb636ebb3cd9235ba983912c3b (patch) | |
tree | 3572772d7e6371f35c3495e97f64204a47617e83 /source | |
parent | 399112b76dd4989008405d55957fbacc47276654 (diff) | |
download | snes9x2005-9fc795fa7bc66acb636ebb3cd9235ba983912c3b.tar.gz snes9x2005-9fc795fa7bc66acb636ebb3cd9235ba983912c3b.tar.bz2 snes9x2005-9fc795fa7bc66acb636ebb3cd9235ba983912c3b.zip |
Cleanups
Diffstat (limited to 'source')
-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 */ |