diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-28 21:29:16 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-28 21:29:16 +0000 |
| commit | fb54e063066c11bfe8d4918bd68453c3b64a68db (patch) | |
| tree | e2bdd30104be21fa3e0b7386ce37cc0bf2151f0d /src/Fl_File_Icon.cxx | |
| parent | 686aea65d455533a1d254f3289d08cff9a6ec473 (diff) | |
VC++ project file updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2333 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_File_Icon.cxx')
| -rw-r--r-- | src/Fl_File_Icon.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Fl_File_Icon.cxx b/src/Fl_File_Icon.cxx index 274df2311..fc666e664 100644 --- a/src/Fl_File_Icon.cxx +++ b/src/Fl_File_Icon.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_File_Icon.cxx,v 1.1.2.13 2002/06/13 18:18:33 easysw Exp $" +// "$Id: Fl_File_Icon.cxx,v 1.1.2.14 2002/06/28 21:29:16 easysw Exp $" // // Fl_File_Icon routines. // @@ -184,7 +184,9 @@ Fl_File_Icon::find(const char *filename,// I - Name of file */ int filetype) // I - Enumerated file type { Fl_File_Icon *current; // Current file in list +#ifndef WIN32 struct stat fileinfo; // Information on file +#endif // !WIN32 const char *name; // Base name of filename @@ -475,5 +477,5 @@ Fl_File_Icon::labeltype(const Fl_Label *o, // I - Label data // -// End of "$Id: Fl_File_Icon.cxx,v 1.1.2.13 2002/06/13 18:18:33 easysw Exp $". +// End of "$Id: Fl_File_Icon.cxx,v 1.1.2.14 2002/06/28 21:29:16 easysw Exp $". // |
