One way to resolve the error is to modify the include sequence of the below mentioned header files:
#include <Ws2tcpip.h>
#include <mstcpip.h>
to
#include <mstcpip.h>
#include <Ws2tcpip.h>
Else you will have to declare the WinVer > 0x500
No comments:
Post a Comment