From 712b213ec6a3aba77cfadc5738ddb22d93cf4735 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 6 Mar 2025 14:41:38 -0500 Subject: [PATCH] Enable libpng tests in testpdfio, too. --- testpdfio.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testpdfio.vcxproj b/testpdfio.vcxproj index 881e0c9..bc1b7a8 100644 --- a/testpdfio.vcxproj +++ b/testpdfio.vcxproj @@ -125,7 +125,7 @@ Level3 true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + HAVE_LIBPNG;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true @@ -140,7 +140,7 @@ true true true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + HAVE_LIBPNG;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true