mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
Windows build cleanup, removed obsolete macro definitions
This commit is contained in:
@ -57,10 +57,6 @@
|
|||||||
#if defined(_MSC_VER) || defined(__MINGW32__)
|
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#define gettimeofday(p1,p2)
|
#define gettimeofday(p1,p2)
|
||||||
#define HAVE_TIME_H
|
|
||||||
#include <time.h>
|
|
||||||
#define HAVE_STDARG_H
|
|
||||||
#include <stdarg.h>
|
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
#endif /* _MS_VER */
|
#endif /* _MS_VER */
|
||||||
#else /* WIN32 */
|
#else /* WIN32 */
|
||||||
|
Reference in New Issue
Block a user