/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/python-compat.h

merge bzr.dev

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.