From cca1e4c6e2a1104b7f26e05a8aa9a568f648978c Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 31 Dec 2007 01:56:09 +0000 Subject: Mingw32 says it's the GNU C library, but doesn't have all of its facilities git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@519 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/util/vasprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util') diff --git a/lib/util/vasprintf.c b/lib/util/vasprintf.c index a4229c70..9d8fe590 100644 --- a/lib/util/vasprintf.c +++ b/lib/util/vasprintf.c @@ -7,7 +7,7 @@ #include "nstring.h" -#ifdef __GNUC__ +#if defined(__GNUC__) && !defined(__MINGW32__) #define HAVE_VASPRINTF 1 #else #define HAVE_VASPRINTF 0 -- cgit 1.4.1