Windows has vsprintf()...

git-svn-id: file:///fltk/svn/fltk/trunk@80 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1998-11-09 14:11:06 +00:00
parent b6f52dec88
commit 8a5883e03b
1 changed files with 3 additions and 3 deletions

View File

@ -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 $".
*/