Staging
v0.8.1
https://github.com/python/cpython
Revision 9843ba5e5452350de3a7a14d962e616b4db52998 authored by Benjamin Peterson on 11 June 2011, 14:42:44 UTC, committed by Benjamin Peterson on 11 June 2011, 14:42:44 UTC
1 parent 43ee1a5
Raw File
Tip revision: 9843ba5e5452350de3a7a14d962e616b4db52998 authored by Benjamin Peterson on 11 June 2011, 14:42:44 UTC
bump to 2.7.2 final
Tip revision: 9843ba5
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top