Browse Source

Fixed dirent.h compatibility file; was including fl_scandir.H instead of

filename.H...


git-svn-id: file:///fltk/svn/fltk/trunk@270 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
branch-1.0
Michael R Sweet 27 years ago
parent
commit
761a3b3d85
  1. 6
      FL/dirent.h

6
FL/dirent.h

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
//
// "$Id: dirent.h,v 1.4 1999/01/07 19:17:05 mike Exp $"
// "$Id: dirent.h,v 1.5 1999/02/09 13:41:11 mike Exp $"
//
// Directory header file for the Fast Light Tool Kit (FLTK).
//
@ -24,8 +24,8 @@ @@ -24,8 +24,8 @@
//
// this file is for back-compatability only
#include "fl_scandir.H"
#include "filename.H"
//
// End of "$Id: dirent.h,v 1.4 1999/01/07 19:17:05 mike Exp $".
// End of "$Id: dirent.h,v 1.5 1999/02/09 13:41:11 mike Exp $".
//

Loading…
Cancel
Save