diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-14 09:29:44 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-14 09:29:44 +0000 |
commit | 011ba96d5326c78f124da0373a3d27eb1f674ff5 (patch) | |
tree | 251e209e0a82af209fdfe8791ef1a9d6a8d27124 /src/htsbasenet.h | |
parent | d7cc6f5b55a0d005ffc669810f7671002c5d63dc (diff) |
Removed dead code (_WIN32_WCE)
Diffstat (limited to 'src/htsbasenet.h')
-rw-r--r-- | src/htsbasenet.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/htsbasenet.h b/src/htsbasenet.h index fbbe1db..db4773c 100644 --- a/src/htsbasenet.h +++ b/src/htsbasenet.h @@ -40,7 +40,6 @@ Please visit our Website: http://www.httrack.com #include <winsock2.h> #else -#ifndef _WIN32_WCE #undef HTS_USESCOPEID #define WIN32_LEAN_AND_MEAN // KB955045 (http://support.microsoft.com/kb/955045) @@ -52,10 +51,6 @@ Please visit our Website: http://www.httrack.com #include <Wspiapi.h> //#include <winsock2.h> //#include <tpipv6.h> -#else -#include <winsock2.h> -#include <socket.h> -#endif #endif |