summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraliaspider2015-11-04 17:41:52 +0100
committeraliaspider2015-11-04 17:41:52 +0100
commit47d0f0c4a19a0566912ca293ff29abd32e6d01a9 (patch)
treec01e5fd0ae859ee4848b2cb0b251d3fd3486105a /src
parenta289acf4862feb298a47f37713fdbdae3a1c52fa (diff)
downloadsnes9x2002-47d0f0c4a19a0566912ca293ff29abd32e6d01a9.tar.gz
snes9x2002-47d0f0c4a19a0566912ca293ff29abd32e6d01a9.tar.bz2
snes9x2002-47d0f0c4a19a0566912ca293ff29abd32e6d01a9.zip
add ctr/3ds target.
Diffstat (limited to 'src')
-rw-r--r--src/port.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/port.h b/src/port.h
index 65a942e..a6641bb 100644
--- a/src/port.h
+++ b/src/port.h
@@ -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