From fb54e063066c11bfe8d4918bd68453c3b64a68db Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 28 Jun 2002 21:29:16 +0000 Subject: VC++ project file updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2333 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_File_Icon.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') 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 $". // -- cgit v1.2.3