diff options
Diffstat (limited to 'src/fl_utf8.cxx')
| -rw-r--r-- | src/fl_utf8.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_utf8.cxx b/src/fl_utf8.cxx index 88a5578bf..0080cf2e0 100644 --- a/src/fl_utf8.cxx +++ b/src/fl_utf8.cxx @@ -21,7 +21,7 @@ #include <FL/filename.H> #include <stdarg.h> -#if defined(WIN32) || defined(__APPLE__) // PORTME: platform unicode +#if defined(WIN32) || defined(__APPLE__) // PORTME: Fl_Screen_Driver - platform unicode #elif defined(FL_PORTING) # pragma message "FL_PORTING: verify code for utf8 handling" #else |
