diff options
author | aliaspider | 2015-11-04 17:41:52 +0100 |
---|---|---|
committer | aliaspider | 2015-11-04 17:41:52 +0100 |
commit | 47d0f0c4a19a0566912ca293ff29abd32e6d01a9 (patch) | |
tree | c01e5fd0ae859ee4848b2cb0b251d3fd3486105a /src | |
parent | a289acf4862feb298a47f37713fdbdae3a1c52fa (diff) | |
download | snes9x2002-47d0f0c4a19a0566912ca293ff29abd32e6d01a9.tar.gz snes9x2002-47d0f0c4a19a0566912ca293ff29abd32e6d01a9.tar.bz2 snes9x2002-47d0f0c4a19a0566912ca293ff29abd32e6d01a9.zip |
add ctr/3ds target.
Diffstat (limited to 'src')
-rw-r--r-- | src/port.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -147,7 +147,6 @@ void _splitpath (const char *path, char *drive, char *dir, char *fname, char *ext); #define strcasecmp strcmp #define strncasecmp strncmp -#define time(a) (0) #ifdef INLINE #undef INLINE @@ -249,7 +248,6 @@ void _splitpath (const char *path, char *drive, char *dir, char *fname, char *ext); #define strcasecmp strcmp #define strncasecmp strncmp -#define time(a) (0) #ifdef INLINE #undef INLINE |