diff options
| author | Manolo Gouy <Manolo> | 2016-04-11 13:07:08 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-11 13:07:08 +0000 |
| commit | 5b44fe3bff5a86b888a39b27ceaa8636559e21a9 (patch) | |
| tree | 44cefad634f4b19b710f01e7de10e47790b33a9c /src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | |
| parent | aafd8b6031e66e0b2f727197c1d1d040036ec0a8 (diff) | |
Remove compilation errors in Fl_File_Icon.cxx with MSVC compiler with new method Fl_System_Driver::file_type().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11581 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 cbec9065d..2bbc81316 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H @@ -92,6 +92,7 @@ public: virtual void unlock(); // this one is implemented in Fl_win32.cxx virtual void* thread_message(); + virtual int file_type(const char *filename); }; #endif // FL_WINAPI_SYSTEM_DRIVER_H |
