~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/python-compat.h

  • Committer: Jelmer Vernooij
  • Date: 2009-05-26 15:46:31 UTC
  • mto: (4398.5.1 bencode_serializer)
  • mto: This revision was merged to the branch mainline in revision 4410.
  • Revision ID: jelmer@samba.org-20090526154631-us647zq8jz7gk13z
Use global python-compat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    #include "arpa/inet.h"
68
68
#endif
69
69
 
 
70
#include <stdio.h>
 
71
 
 
72
#ifdef _MSC_VER
 
73
#define  snprintf  _snprintf
 
74
#endif
70
75
 
71
76
#endif /* _BZR_PYTHON_COMPAT_H */