From 1be610c97025509a9858e0e2b4409db16751fcdb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 26 Jun 2002 12:03:28 +0000 Subject: Better MingW handling. Convert C++ comments to C comments in filename.H, which is included from some C files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2321 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/filename.H | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'FL') diff --git a/FL/filename.H b/FL/filename.H index 73bc17e1b..56256ccee 100644 --- a/FL/filename.H +++ b/FL/filename.H @@ -1,5 +1,5 @@ /* - * "$Id: filename.H,v 1.11.2.4.2.8 2002/06/24 15:22:57 easysw Exp $" + * "$Id: filename.H,v 1.11.2.4.2.9 2002/06/26 12:03:28 easysw Exp $" * * Filename header file for the Fast Light Tool Kit (FLTK). * @@ -96,7 +96,10 @@ FL_EXPORT int fl_filename_list(const char *d, struct dirent ***list, Fl_File_Sort_F *sort = fl_numericsort); # endif /* __cplusplus */ -// FLTK 1.0.x compatibility definitions... +/* + * FLTK 1.0.x compatibility definitions... + */ + # ifdef FLTK_1_0_COMPAT # define filename_absolute fl_filename_absolute # define filename_expand fl_filename_expand @@ -107,11 +110,11 @@ FL_EXPORT int fl_filename_list(const char *d, struct dirent ***list, # define filename_name fl_filename_name # define filename_relative fl_filename_relative # define numericsort fl_numericsort -# endif // FLTK_1_0_COMPAT +# endif /* FLTK_1_0_COMPAT */ #endif /* FL_FILENAME_H */ /* - * End of "$Id: filename.H,v 1.11.2.4.2.8 2002/06/24 15:22:57 easysw Exp $". + * End of "$Id: filename.H,v 1.11.2.4.2.9 2002/06/26 12:03:28 easysw Exp $". */ -- cgit v1.2.3