mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
fixing #68748 Daniel
* xmllint.c win32/win32config.h: fixing #68748 Daniel
This commit is contained in:
parent
d455d79d84
commit
f216d461eb
@ -1,3 +1,7 @@
|
|||||||
|
Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* xmllint.c win32/win32config.h: fixing #68748
|
||||||
|
|
||||||
Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
|
Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* valid.c: fixing #70166
|
* valid.c: fixing #70166
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#define HAVE_CTYPE_H
|
#define HAVE_CTYPE_H
|
||||||
#define HAVE_STDLIB_H
|
#define HAVE_STDLIB_H
|
||||||
|
#define HAVE_STDARG_H
|
||||||
#define HAVE_MALLOC_H
|
#define HAVE_MALLOC_H
|
||||||
#define HAVE_TIME_H
|
#define HAVE_TIME_H
|
||||||
#define HAVE_FCNTL_H
|
#define HAVE_FCNTL_H
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#pragma comment(lib, "ws2_32.lib")
|
#pragma comment(lib, "ws2_32.lib")
|
||||||
#define gettimeofday(p1,p2)
|
#define gettimeofday(p1,p2)
|
||||||
|
#include <time.h>
|
||||||
#else /* _MSC_VER */
|
#else /* _MSC_VER */
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user