diff options
Diffstat (limited to 'src/fl_utf8.cxx')
| -rw-r--r-- | src/fl_utf8.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fl_utf8.cxx b/src/fl_utf8.cxx index d1ce2d80c..e1375d84f 100644 --- a/src/fl_utf8.cxx +++ b/src/fl_utf8.cxx @@ -21,6 +21,12 @@ #include <FL/filename.H> #include <stdarg.h> +#if defined(WIN32) || defined(__APPLE__) +#elif defined(FL_PORTING) +# pragma message "FL_PORTING: verify code for utf8 handling" +#else +#endif + #if defined(WIN32) || defined(__CYGWIN__) # include <ctype.h> # include <io.h> |
