mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +03:00
allowed stdarg for mingw
This commit is contained in:
@@ -56,9 +56,8 @@
|
|||||||
#include <libexslt/exsltconfig.h>
|
#include <libexslt/exsltconfig.h>
|
||||||
|
|
||||||
#if defined(WIN32) && !defined (__CYGWIN__)
|
#if defined(WIN32) && !defined (__CYGWIN__)
|
||||||
#ifdef _MSC_VER
|
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#pragma comment(lib, "ws2_32.lib")
|
|
||||||
#define gettimeofday(p1,p2)
|
#define gettimeofday(p1,p2)
|
||||||
#define HAVE_TIME_H
|
#define HAVE_TIME_H
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
Reference in New Issue
Block a user