summaryrefslogtreecommitdiff
path: root/visualc
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-11-09 14:11:06 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-11-09 14:11:06 +0000
commit8a5883e03baa12869f33055e96365614e6b8346a (patch)
treef485d7cc01321082c3ea89e6dd246ed4df2c3ab2 /visualc
parentb6f52dec88ec0f22d51fab75c72b431e4419edc0 (diff)
Windows has vsprintf()...
git-svn-id: file:///fltk/svn/fltk/trunk@80 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'visualc')
-rw-r--r--visualc/config.h6
1 files changed, 3 insertions, 3 deletions
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 $".
*/