diff options
Diffstat (limited to 'src/Fl_Native_File_Chooser_common.cxx')
| -rw-r--r-- | src/Fl_Native_File_Chooser_common.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_Native_File_Chooser_common.cxx b/src/Fl_Native_File_Chooser_common.cxx index 70a3eab1c..383ecc86f 100644 --- a/src/Fl_Native_File_Chooser_common.cxx +++ b/src/Fl_Native_File_Chooser_common.cxx @@ -56,6 +56,7 @@ static char *strfree(char *val) { // char *s = strnew("foo"); // s = "foo" // s = strapp(s, "bar"); // s = "foobar" // +#if !defined(WIN32) static char *strapp(char *s, const char *val) { if ( ! val ) { return(s); // Nothing to append? return s @@ -69,6 +70,7 @@ static char *strapp(char *s, const char *val) { delete [] s; // delete old string return(news); // return new copy } +#endif // APPEND A CHARACTER TO A STRING // This does NOT allocate space for the new character. |
