From 6a270ae34b1b3538204aa8ec4d2a77f717a94163 Mon Sep 17 00:00:00 2001 From: Igor Zlatkovic Date: Thu, 14 Nov 2002 17:49:20 +0000 Subject: [PATCH] allowed stdarg for mingw --- xsltproc/xsltproc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c index 09b239f..a4e2e90 100644 --- a/xsltproc/xsltproc.c +++ b/xsltproc/xsltproc.c @@ -56,9 +56,8 @@ #include #if defined(WIN32) && !defined (__CYGWIN__) -#ifdef _MSC_VER +#if defined(_MSC_VER) || defined(__MINGW32__) #include -#pragma comment(lib, "ws2_32.lib") #define gettimeofday(p1,p2) #define HAVE_TIME_H #include -- 2.7.4