From 77ab03610562a282025ed218c7a0b3f8dfe2a214 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 16 Jan 2005 22:12:02 +0000 Subject: [PATCH] Assume sys/stat.h is available on Windows --- win/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index 7378184..38e00fd 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2005, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.89 2005-01-16 00:16:56 adam Exp $ +# $Id: makefile,v 1.90 2005-01-16 22:12:02 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -172,6 +172,7 @@ COMMON_C_OPTIONS= \ $(LIBXML2_DEF) \ /D "_WINDOWS" \ /D "WIN32" \ + /DHAVE_SYS_STAT_H=1 \ /FR"$(OBJDIR)\\" \ /Fo"$(OBJDIR)\\" \ /Fd"$(OBJDIR)\\" -- 1.7.10.4