From 41e10d49316a91aabb4a3feaf775d7faf9d99690 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Tue, 6 Jan 2004 17:19:55 +0000 Subject: [PATCH] use _vsnprintf() instead of vsnprintf() svn path=/trunk/; revision=7487 --- reactos/include/wine/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/wine/config.h b/reactos/include/wine/config.h index 193c4830951..7af4b57da4e 100644 --- a/reactos/include/wine/config.h +++ b/reactos/include/wine/config.h @@ -709,7 +709,7 @@ #define HAVE_VFSCANF 1 /* Define to 1 if you have the `vsnprintf' function. */ -#define HAVE_VSNPRINTF 1 +/* #define HAVE_VSNPRINTF 1 */ /* Define to 1 if you have the `wait' function. */ /* #undef HAVE_WAIT */