Fix typos in VS2010 build config

This commit is contained in:
Nick Terrell
2017-01-27 17:32:16 -08:00
parent b42dd27ef5
commit 90db3afdee
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -46,9 +46,9 @@
<ClCompile Include="..\..\..\lib\legacy\zstd_v06.c" />
<ClCompile Include="..\..\..\lib\legacy\zstd_v07.c" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\lib\common\pool.h" />
<ClCompile Include="..\..\..\lib\common\threading.h" />
<ItemGroup>
<ClInclude Include="..\..\..\lib\common\pool.h" />
<ClInclude Include="..\..\..\lib\common\threading.h" />
<ClInclude Include="..\..\..\lib\common\bitstream.h" />
<ClInclude Include="..\..\..\lib\common\error_private.h" />
<ClInclude Include="..\..\..\lib\common\zstd_errors.h" />