8000 Remove stdint.h to enable build with VC++ 9.0 (VS2008) if it is unnecessary · Issue #45 · fancycode/MemoryModule · GitHub
[go: up one dir, main page]

Skip to content
Remove stdint.h to enable build with VC++ 9.0 (VS2008) if it is unnecessary #45
Closed
@sakurai-youhei

Description

@sakurai-youhei

If stdint.h in MemoryModule.c is unnecessary, it is nice to remove it to enable build with VC++ 9.0 (VS2008) which is still actively used by Python 2.7.

I'm building and roughly testing MemoryModule with removing the stdint.h and it seems to work without problem on VC++ 9.0, 10.0 and 14.0.

Compilation of MemoryModule (no stdint.h) with VC++ 9.0 32bit
https://ci.appveyor.com/project/sakurai_youhei/pymemorymodule/build/25/job/shv70h2w1pfxbakv#L79

Compilation of MemoryModule (no stdint.h) with VC++ 9.0 64bit
https://ci.appveyor.com/project/sakurai_youhei/pymemorymodule/build/25/job/lac6j3tgcupiruyr#L85

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0