From 47d0f0c4a19a0566912ca293ff29abd32e6d01a9 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 4 Nov 2015 17:41:52 +0100 Subject: add ctr/3ds target. --- src/port.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3