Added changed as proposed on the mailing list by venkat naidu in order to

* tapi.c win32/Makefile.*: Added changed as proposed on
  the mailing list by venkat naidu in order to compile
  testapi.c on windows.
diff --git a/win32/Makefile.bcb b/win32/Makefile.bcb
index 6603d2a..fa553e9 100644
--- a/win32/Makefile.bcb
+++ b/win32/Makefile.bcb
@@ -215,8 +215,9 @@
 	$(BINDIR)\testSchemas.exe\
 	$(BINDIR)\testURI.exe\
 	$(BINDIR)\testXPath.exe\
-	$(BINDIR)\runtest.exe\

-	$(BINDIR)\runsuite.exe
+	$(BINDIR)\runtest.exe\
+	$(BINDIR)\runsuite.exe\
+	$(BINDIR)\testapi.exe
 
 
 !if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls" || "$(WITH_THREADS)" == "native"