summaryrefslogtreecommitdiff
path: root/src/flstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flstring.h')
-rw-r--r--src/flstring.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/flstring.h b/src/flstring.h
index 91663db2d..c2d78e2f8 100644
--- a/src/flstring.h
+++ b/src/flstring.h
@@ -1,5 +1,5 @@
/*
- * "$Id: flstring.h,v 1.1.2.11 2003/01/30 21:44:26 easysw Exp $"
+ * "$Id: flstring.h,v 1.1.2.12 2003/04/03 04:28:15 matthiaswm Exp $"
*
* Common string header file for the Fast Light Tool Kit (FLTK).
*
@@ -63,7 +63,7 @@ extern "C" {
* when included - to be resolved...
*/
-# if defined(__APPLE__) && defined(__MWERKS__)
+# 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*);
@@ -101,5 +101,5 @@ FL_EXPORT extern size_t fl_strlcpy(char *, const char *, size_t);
/*
- * End of "$Id: flstring.h,v 1.1.2.11 2003/01/30 21:44:26 easysw Exp $".
+ * End of "$Id: flstring.h,v 1.1.2.12 2003/04/03 04:28:15 matthiaswm Exp $".
*/