diff options
Diffstat (limited to 'src/port.h')
-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 |