1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-07 10:42:55 +03:00

allowed stdarg for mingw

This commit is contained in:
Igor Zlatkovic
2002-11-14 17:49:20 +00:00
parent 1393ce6b10
commit 6a270ae34b

View File

@@ -56,9 +56,8 @@
#include <libexslt/exsltconfig.h>
#if defined(WIN32) && !defined (__CYGWIN__)
#ifdef _MSC_VER
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <winsock2.h>
#pragma comment(lib, "ws2_32.lib")
#define gettimeofday(p1,p2)
#define HAVE_TIME_H
#include <time.h>