~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/python-compat.h

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-21 20:27:43 UTC
  • mfrom: (3842.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20081121202743-dhg79sf8sf0wryfe
(bialix) Use Winsock2.h to match the Ws2 library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    #include <windows.h>
43
43
 
44
44
    /* Needed for htonl */
45
 
    #include "Winsock.h"
 
45
    #include "Winsock2.h"
46
46
 
47
47
    /* sys/stat.h doesn't have any of these macro definitions for MSVC, so
48
48
     * we'll define whatever is missing that we actually use.