diff options
author | E. Westbrook <github@westbrook.io> | 2019-03-11 02:07:45 -0600 |
---|---|---|
committer | Thijs <thijs@thijsschreijer.nl> | 2022-03-22 09:29:04 +0100 |
commit | e3c17b002ae4747c033c374d39538d4e242dbb22 (patch) | |
tree | 912bd91761dcfd5d6556b586fdf32915fe2499d9 /socket.vcxproj | |
parent | b57ca9bfa3174af3150a4b82e7c67755291c53ff (diff) | |
download | luasocket-e3c17b002ae4747c033c374d39538d4e242dbb22.tar.gz luasocket-e3c17b002ae4747c033c374d39538d4e242dbb22.tar.bz2 luasocket-e3c17b002ae4747c033c374d39538d4e242dbb22.zip |
Add src\compat.c to mime.vcxproj and socket.vcxproj
Diffstat (limited to 'socket.vcxproj')
-rwxr-xr-x | socket.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/socket.vcxproj b/socket.vcxproj index 305c094..51ebc68 100755 --- a/socket.vcxproj +++ b/socket.vcxproj | |||
@@ -21,6 +21,7 @@ | |||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <ClCompile Include="src\auxiliar.c" /> | 22 | <ClCompile Include="src\auxiliar.c" /> |
23 | <ClCompile Include="src\buffer.c" /> | 23 | <ClCompile Include="src\buffer.c" /> |
24 | <ClCompile Include="src\compat.c" /> | ||
24 | <ClCompile Include="src\except.c" /> | 25 | <ClCompile Include="src\except.c" /> |
25 | <ClCompile Include="src\inet.c" /> | 26 | <ClCompile Include="src\inet.c" /> |
26 | <ClCompile Include="src\io.c" /> | 27 | <ClCompile Include="src\io.c" /> |