Windows build cleanup, removed obsolete macro definitions
authorIgor Zlatkovic <igor@src.gnome.org>
Wed, 6 Apr 2005 22:02:14 +0000 (22:02 +0000)
committerIgor Zlatkovic <igor@src.gnome.org>
Wed, 6 Apr 2005 22:02:14 +0000 (22:02 +0000)
xsltproc/xsltproc.c

index 10cae25..2d8a9f4 100644 (file)
 #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 */