summaryrefslogtreecommitdiff
path: root/src/fl_utf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_utf.c')
-rw-r--r--src/fl_utf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fl_utf.c b/src/fl_utf.c
index 46d13959d..d81ba983d 100644
--- a/src/fl_utf.c
+++ b/src/fl_utf.c
@@ -22,6 +22,12 @@
#include <string.h>
#include <stdlib.h>
+#if defined(WIN32) || defined(__APPLE__)
+#elif defined(FL_PORTING)
+# pragma message "FL_PORTING: llok out for some unicode functions here. Default should be fine though."
+#else
+#endif
+
/** \addtogroup fl_unicode
@{
*/