Hello, I am trying to use lithium_http_server.hh for a HelloWorld project, but there are several includes that are Linux-specific like #include <arpa/inet.h> and cannot be found in MingW64, also this one for Windows is not present:
#if _WIN32
#include <wepoll.h>
#endif
Any suggestions? thank you.
Hello, I am trying to use lithium_http_server.hh for a HelloWorld project, but there are several includes that are Linux-specific like #include <arpa/inet.h> and cannot be found in MingW64, also this one for Windows is not present:
#if _WIN32
#include <wepoll.h>
#endif
Any suggestions? thank you.