applied patch from Stéphane Bidoul to fix the compilation of 2.6.0 code on

* win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
  win32/configure.js: applied patch from Stéphane Bidoul to
  fix the compilation of 2.6.0 code on Win32
Daniel
diff --git a/win32/Makefile.bcb b/win32/Makefile.bcb
index 80383aa..9fb8aac 100644
--- a/win32/Makefile.bcb
+++ b/win32/Makefile.bcb
@@ -158,6 +158,7 @@
 	$(XML_INTDIR)\hash.obj\
 	$(XML_INTDIR)\HTMLparser.obj\
 	$(XML_INTDIR)\HTMLtree.obj\
+	$(XML_INTDIR)\legacy.obj\
 	$(XML_INTDIR)\list.obj\
 	$(XML_INTDIR)\nanoftp.obj\
 	$(XML_INTDIR)\nanohttp.obj\
@@ -195,6 +196,7 @@
 	$(XML_INTDIR_A)\hash.obj\
 	$(XML_INTDIR_A)\HTMLparser.obj\
 	$(XML_INTDIR_A)\HTMLtree.obj\
+	$(XML_INTDIR_A)\legacy.obj\
 	$(XML_INTDIR_A)\list.obj\
 	$(XML_INTDIR_A)\nanoftp.obj\
 	$(XML_INTDIR_A)\nanohttp.obj\