Starting with msvc 2013, the C compiler has much better C99 support. The previous workaround to compile everything as C++ code is no longer needed. Some additional changes: - Add a 64bit build - Enable _CRT_SECURE_NO_WARNINGS to silence warnings
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Anton Lundin <glance@acc.umu.se>