Skip to content

Commit 712b213

Browse files
committed
Enable libpng tests in testpdfio, too.
1 parent b7b6655 commit 712b213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testpdfio.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<ClCompile>
126126
<WarningLevel>Level3</WarningLevel>
127127
<SDLCheck>true</SDLCheck>
128-
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128+
<PreprocessorDefinitions>HAVE_LIBPNG;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129129
<ConformanceMode>true</ConformanceMode>
130130
</ClCompile>
131131
<Link>
@@ -140,7 +140,7 @@
140140
<FunctionLevelLinking>true</FunctionLevelLinking>
141141
<IntrinsicFunctions>true</IntrinsicFunctions>
142142
<SDLCheck>true</SDLCheck>
143-
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143+
<PreprocessorDefinitions>HAVE_LIBPNG;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
144144
<ConformanceMode>true</ConformanceMode>
145145
</ClCompile>
146146
<Link>

0 commit comments

Comments
 (0)