summaryrefslogtreecommitdiff
path: root/src/htsbasenet.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 13:02:05 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 13:02:05 +0000
commit211c870cbaf49795e5e15b7726f5f52da7a8cf4a (patch)
treef6f63067cd1a40133e01778440358b0fdec65ad9 /src/htsbasenet.h
parent1ecdfbe3b855b1f13bcddccc20135f7e35f171a6 (diff)
httrack 3.43.5
Diffstat (limited to 'src/htsbasenet.h')
-rw-r--r--src/htsbasenet.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/htsbasenet.h b/src/htsbasenet.h
index d717654..26f1392 100644
--- a/src/htsbasenet.h
+++ b/src/htsbasenet.h
@@ -47,15 +47,9 @@ Please visit our Website: http://www.httrack.com
#ifndef _WIN32_WCE
#undef HTS_USESCOPEID
#define WIN32_LEAN_AND_MEAN
-// KB955045 (http://support.microsoft.com/kb/955045)
-// To execute an application using this function on earlier versions of Windows
-// (Windows 2000, Windows NT, and Windows Me/98/95), then it is mandatary to #include Ws2tcpip.h
-// and also Wspiapi.h. When the Wspiapi.h header file is included, the 'getaddrinfo' function is
-// #defined to the 'WspiapiGetAddrInfo' inline function in Wspiapi.h.
+#include <winsock2.h>
#include <ws2tcpip.h>
-#include <Wspiapi.h>
-//#include <winsock2.h>
-//#include <tpipv6.h>
+#include <tpipv6.h>
#else
#include <winsock2.h>
#include <socket.h>