From: glenlow Date: Fri, 22 Feb 2008 14:21:43 +0000 (+0000) Subject: minor preprocessor changes for MinGW X-Git-Tag: LAST_LIBGRAPH~32^2~4714 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7369d1d8fbf64290564ec507acf854b28a700e44;p=graphviz minor preprocessor changes for MinGW --- diff --git a/plugin/core/gvrender_core_vml.c b/plugin/core/gvrender_core_vml.c index 230911e2c..1fa1db3ab 100644 --- a/plugin/core/gvrender_core_vml.c +++ b/plugin/core/gvrender_core_vml.c @@ -34,7 +34,7 @@ extern char *xml_string(char *str); char graphcoords[256]; -#ifdef WIN32 +#if defined(WIN32) && !defined(__MINGW32_VERSION) /* MinGW already defines snprintf */ static int snprintf (char *str, int n, char *fmt, ...) {