Commit cdd905c0 authored by Sergey Lyubka's avatar Sergey Lyubka

Added #include <ws2tcpip.h>

parent 07e76e49
......@@ -65,6 +65,7 @@
#include <io.h>
#else // _WIN32_WCE
#include <winsock2.h>
#include <ws2tcpip.h>
#define NO_CGI // WinCE has no pipes
typedef long off_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment