diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/flstring.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/flstring.h b/src/flstring.h index daeacf1cd..57e913d13 100644 --- a/src/flstring.h +++ b/src/flstring.h @@ -50,9 +50,6 @@ # define strdup _strdup # /* define unlink _unlink */ # endif /* !__WATCOMC__ */ -# elif defined(__EMX__) -# define strcasecmp(s,t) stricmp((s), (t)) -# define strncasecmp(s,t,n) strnicmp((s), (t), (n)) # endif /* WIN32 */ # ifdef __cplusplus |
