I've been following some code examples on how to build a C module for Python, however it seems like Py_InitModule isn't defined anywhere.
Most sources say it's within the modsupport.h file, but the macro isn't defined there.
I'm using the includes given by the Win32 binaries download, and everything seems in check.
Any suggestions?