From 47e7de17bc515581d85a6f1d57341d0ce14131ad Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 2 May 2002 14:15:46 +0000 Subject: Fix new filename stuff for WIN32. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2175 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- visualc/config.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'visualc') diff --git a/visualc/config.h b/visualc/config.h index 841184ab9..7d171c0e7 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.5.2.5.2.7 2002/04/28 16:41:17 easysw Exp $" + * "$Id: config.h,v 1.5.2.5.2.8 2002/05/02 14:15:46 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * @@ -131,11 +131,11 @@ * Where is (used only by fl_file_chooser and scandir). */ -#define HAVE_DIRENT_H 1 -#define HAVE_SYS_NDIR_H 0 -#define HAVE_SYS_DIR_H 0 -#define HAVE_NDIR_H 0 -#define HAVE_SCANDIR 0 +/*#undef HAVE_DIRENT_H */ +/*#undef HAVE_SYS_NDIR_H */ +/*#undef HAVE_SYS_DIR_H */ +/*#undef HAVE_NDIR_H */ +/*#undef HAVE_SCANDIR */ /* * Possibly missing sprintf-style functions: @@ -183,5 +183,5 @@ /* - * End of "$Id: config.h,v 1.5.2.5.2.7 2002/04/28 16:41:17 easysw Exp $". + * End of "$Id: config.h,v 1.5.2.5.2.8 2002/05/02 14:15:46 easysw Exp $". */ -- cgit v1.2.3