summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index b52c33c72..3757b65be 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -1398,6 +1398,9 @@ public:
static int system(const char *command);
+ // Convert Windows commandline arguments to UTF-8 (documented in src/Fl.cxx)
+ static int args_to_utf8(int argc, char ** &argv);
+
#ifdef FLTK_HAVE_CAIRO
/** \defgroup group_cairo Cairo Support Functions and Classes
@{