From d83c08fa82687d1064b0934ddaad47514feb7fdf Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 21 Dec 2008 03:12:09 +0000 Subject: [PATCH] Don't use sys/time.h svn path=/trunk/; revision=38218 --- reactos/lib/3rdparty/libxml2/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/3rdparty/libxml2/config.h b/reactos/lib/3rdparty/libxml2/config.h index ca70b4301d2..9587db1f3c6 100644 --- a/reactos/lib/3rdparty/libxml2/config.h +++ b/reactos/lib/3rdparty/libxml2/config.h @@ -227,7 +227,7 @@ #define HAVE_SYS_TIMEB_H 1 /* Define to 1 if you have the header file. */ -#define HAVE_SYS_TIME_H 1 +//#define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1