test_libFLAC : Fix Windows build after addidion of endian tests.

* Use "share/compat.h" instead of <stdint.h>.
* Update test_libFLAC.vcproj project file.
* Update Makefile.lite build system.

Patch-from: lvqcl <lvqcl.mail@gmail.com>
diff --git a/src/test_libFLAC/Makefile.lite b/src/test_libFLAC/Makefile.lite
index e7a7f29..9b73d9d 100644
--- a/src/test_libFLAC/Makefile.lite
+++ b/src/test_libFLAC/Makefile.lite
@@ -41,6 +41,7 @@
 	bitwriter.c \
 	decoders.c \
 	encoders.c \
+	endswap.c \
 	format.c \
 	main.c \
 	md5.c \