- uri.c: Wayne Davison's patch fixing xmlBuildURI()
- Makefile.mingw: Wayne Davison's update adding hash.c
Daniel
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw
index 162fd5e..3e518ef 100644
--- a/win32/Makefile.mingw
+++ b/win32/Makefile.mingw
@@ -34,6 +34,7 @@
 	xmlmemory.c	\

 	xpath.c		\

 	xpointer.c	\

+	hash.c		\

 	uri.c

 

 LIBOBJS=$(LIBSRCS:.c=.o)