From 699bf33e69074c1e11ba31ba3181eb886d98a550 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 29 Mar 2010 10:47:11 +0000 Subject: Removed Metrowerks support for Apple builds. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7352 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/flstring.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/flstring.h') diff --git a/src/flstring.h b/src/flstring.h index 59b43b8ae..78cc5e559 100644 --- a/src/flstring.h +++ b/src/flstring.h @@ -68,18 +68,6 @@ extern "C" { # endif /* __cplusplus */ -/* - * MetroWerks' CodeWarrior put thes "non-standard" functions in - * which unfortunatly does not play well otherwise - * when included - to be resolved... - */ - -# if defined(__APPLE__) && defined(__MWERKS__) && defined(_MSL_USING_MW_C_HEADERS) -int strcasecmp(const char*,const char*); -int strncasecmp(const char*,const char*,int); -char *strdup(const char*); -# endif - FL_EXPORT extern int fl_snprintf(char *, size_t, const char *, ...); # if !HAVE_SNPRINTF # define snprintf fl_snprintf -- cgit v1.2.3