Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: bfe36ec1f580248d5e718667c204974275f8974a authored by Georg Brandl on 12 May 2013, 10:28:20 UTC
Bump to version 3.2.5.
Tip revision: bfe36ec
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top