summaryrefslogtreecommitdiff
path: root/FL/fl_utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'FL/fl_utf8.h')
-rw-r--r--FL/fl_utf8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h
index 306cf3c58..c4b3d6ec3 100644
--- a/FL/fl_utf8.h
+++ b/FL/fl_utf8.h
@@ -63,6 +63,7 @@
#elif defined(FL_PORTING)
# pragma message "FL_PORTING: include utf8 support files and define utf8 types"
# define xchar unsigned short
+// TODO: the condition below is not portable!
#else /* X11 */
# include <sys/types.h>
# include <sys/stat.h>