~ubuntu-branches/debian/sid/httrack/sid

« back to all changes in this revision

Viewing changes to src/htsbasenet.h

  • Committer: Package Import Robot
  • Author(s): Xavier Roche
  • Date: 2014-04-09 21:02:08 UTC
  • mfrom: (1.4.46)
  • Revision ID: package-import@ubuntu.com-20140409210208-n2o92f7nj5g82p7k
Tags: 3.48.1-1
Updated to 3.48.1 (3.48-1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#include <winsock2.h>
41
41
#else
42
42
 
43
 
#ifndef _WIN32_WCE
44
43
#undef HTS_USESCOPEID
45
44
#define WIN32_LEAN_AND_MEAN
46
45
// KB955045 (http://support.microsoft.com/kb/955045)
52
51
#include <Wspiapi.h>
53
52
//#include <winsock2.h>
54
53
//#include <tpipv6.h>
55
 
#else
56
 
#include <winsock2.h>
57
 
#include <socket.h>
58
 
#endif
59
54
 
60
55
#endif
61
56