From b50d6a04c770a65499c0225415665fb5b0d5660c Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 27 Mar 2011 20:17:09 -0500 Subject: [PATCH] Texture Font Generator changes to make it compile in VS2008 --- .../Texture Font Generator-net2008.vcproj | 6 ++++++ src/Texture Font Generator/Utils.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Texture Font Generator/Texture Font Generator-net2008.vcproj b/src/Texture Font Generator/Texture Font Generator-net2008.vcproj index 2c3e2f450e..dee8b0dace 100644 --- a/src/Texture Font Generator/Texture Font Generator-net2008.vcproj +++ b/src/Texture Font Generator/Texture Font Generator-net2008.vcproj @@ -46,6 +46,7 @@ jmpbuf) ) { - png_destroy_read_struct( &pPng, &pInfo, png_infopp_NULL ); + png_destroy_read_struct( &pPng, &pInfo, NULL ); return false; }