# HG changeset patch # User faust3 # Date 1049129753 0 # Node ID dfb20e8273e56492ee648a4c64587803444fc331 # Parent 1e0082188467c018b91e5b746646f79ee9734680 workaround conflict with the MINGW32 open function diff -r 1e0082188467 -r dfb20e8273e5 libaf/Makefile --- a/libaf/Makefile Mon Mar 31 16:52:26 2003 +0000 +++ b/libaf/Makefile Mon Mar 31 16:55:53 2003 +0000 @@ -7,6 +7,11 @@ OBJS=$(SRCS:.c=.o) CFLAGS = $(OPTFLAGS) -I. -Wall $(EXTRA_INC) + +ifeq ($(TARGET_MINGW32),yes) +CFLAGS += -D_IO_H_ +endif + .SUFFIXES: .c .o .c.o: