1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

Windows build cleanup, removed obsolete macro definitions

This commit is contained in:
Igor Zlatkovic
2005-04-06 22:02:14 +00:00
parent 5879878436
commit c4263a8233

View File

@ -57,10 +57,6 @@
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <winsock2.h>
#define gettimeofday(p1,p2)
#define HAVE_TIME_H
#include <time.h>
#define HAVE_STDARG_H
#include <stdarg.h>
#define snprintf _snprintf
#endif /* _MS_VER */
#else /* WIN32 */