From 7e04657ce74bcd643ad8a4e697ab23e1fbc585c2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 12 Apr 2016 17:53:18 +0000 Subject: Remove obsolete EMX (DOS, OS/2 extender) support. This commit changes all files except src/Fl_File_Chooser2.cxx. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11590 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/flstring.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/flstring.h') 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 -- cgit v1.2.3