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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user