Python 2.7 on Windows builds with MSVC 2008, which
doesn't include stdint.h. So we need to check for the
compiler version and manually define missing types when it
is ancient.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGef36156eac9f: sha1dc: manually define integer types on msvc 2008
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.