From 8a5883e03baa12869f33055e96365614e6b8346a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 9 Nov 1998 14:11:06 +0000 Subject: Windows has vsprintf()... git-svn-id: file:///fltk/svn/fltk/trunk@80 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- visualc/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'visualc') diff --git a/visualc/config.h b/visualc/config.h index a1f0bfb29..31efcbb98 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.3 1998/11/05 20:10:31 mike Exp $" + * "$Id: config.h,v 1.4 1998/11/09 14:11:06 mike Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * @@ -127,7 +127,7 @@ #define HAVE_VSNPRINTF 0 #define HAVE_SNPRINTF 0 -#define HAVE_VSPRINTF 0 +#define HAVE_VSPRINTF 1 /* * HAVE_POLL: @@ -146,5 +146,5 @@ #define HAVE_LIBJPEG 0 /* - * End of "$Id: config.h,v 1.3 1998/11/05 20:10:31 mike Exp $". + * End of "$Id: config.h,v 1.4 1998/11/09 14:11:06 mike Exp $". */ -- cgit v1.2.3