diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-08-26 17:27:29 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-08-29 01:38:39 +0200 |
| commit | 5da15de17469047d313cd574aaa4bc226bd4cae2 (patch) | |
| tree | e57519ea5d0510bb45e1430fea74d040c6b961d2 /FL/filename.H | |
| parent | d11c412f953774bf5b0747815c67f6b6e759d4c8 (diff) | |
FLUID: simplified worker handling
Diffstat (limited to 'FL/filename.H')
| -rw-r--r-- | FL/filename.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/filename.H b/FL/filename.H index fb2272b43..3d9da0294 100644 --- a/FL/filename.H +++ b/FL/filename.H @@ -64,6 +64,7 @@ FL_EXPORT Fl_String fl_filename_setext(const Fl_String &filename, const Fl_Strin FL_EXPORT Fl_String fl_filename_expand(const Fl_String &from); FL_EXPORT Fl_String fl_filename_absolute(const Fl_String &from); FL_EXPORT Fl_String fl_filename_relative(const Fl_String &from); +FL_EXPORT Fl_String fl_getcwd(); # endif |
