Staging
v0.5.1
https://github.com/python/cpython
Revision 56076dab769ed493d3ca61ce5ea8b4673cc2c38c authored by Guido van Rossum on 02 December 2008, 22:58:36 UTC, committed by Guido van Rossum on 02 December 2008, 22:58:36 UTC
1 parent 715287f
Raw File
Tip revision: 56076dab769ed493d3ca61ce5ea8b4673cc2c38c authored by Guido van Rossum on 02 December 2008, 22:58:36 UTC
Finished the "porting to 3.0" section. Had to add a label to
Tip revision: 56076da
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top