Add src\compat.c to mime.vcxproj and socket.vcxproj

This commit is contained in:
E. Westbrook
2019-03-11 02:07:45 -06:00
committed by Thijs
parent b57ca9bfa3
commit e3c17b002a
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
<ItemGroup>
<ClCompile Include="src\auxiliar.c" />
<ClCompile Include="src\buffer.c" />
<ClCompile Include="src\compat.c" />
<ClCompile Include="src\except.c" />
<ClCompile Include="src\inet.c" />
<ClCompile Include="src\io.c" />