UTAP / APHTTP

simple web framework over C++
MIT License
21 stars 10 forks source link

Make the server cross-platform #6

Closed MisaghM closed 11 months ago

MisaghM commented 3 years ago

The following changes make the server work both on Windows (compiled with MSVC and MinGW) and Linux. Windows uses winsock2.h for sockets and Ws2_32.lib needs to be linked, hence the change in the Makefile.