00cpxxx / proxylite

Simple, single-thread, non-caching, lightweight HTTP proxy server
GNU Lesser General Public License v2.1
16 stars 7 forks source link

Make it work for Visual Studio. #1

Closed fogol closed 2 years ago

fogol commented 2 years ago

This Pull Request makes it works for Visual Studio:

  1. added required library to link "Ws2_32.lib"
  2. removed #include from _WIN32 build (it was already done for data.c)
00cpxxx commented 2 years ago

Thanks for the interest in my small project.