diff options
| author | Manolo Gouy <Manolo> | 2016-04-08 16:00:26 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-08 16:00:26 +0000 |
| commit | 1ba6928313c3fa25f3b6719a4dfdc9471e72d359 (patch) | |
| tree | d30cbb2942ee50ac2cde90e5c06acc348b766cef /src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | |
| parent | 90682dbd481fca9b7b5b16086f3ac101081e8de5 (diff) | |
Rewrite filename_ext.cxx for the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11556 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_System_Driver.H')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H index 8203317ac..3e5f06d39 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H @@ -74,6 +74,7 @@ public: virtual int filename_absolute(char *to, int tolen, const char *from); virtual int filename_isdir(const char* n); virtual int filename_isdir_quick(const char* n); + virtual const char *filename_ext(const char *buf); }; #endif // FL_WINAPI_SYSTEM_DRIVER_H |
