Staging
v0.5.1
https://github.com/python/cpython
Revision aac4df68d8a7c1c3c7cf58d5bfcc0555ad8dca8a authored by Ezio Melotti on 31 December 2009, 13:47:24 UTC, committed by Ezio Melotti on 31 December 2009, 13:47:24 UTC
1 parent 763f1e8
Raw File
Tip revision: aac4df68d8a7c1c3c7cf58d5bfcc0555ad8dca8a authored by Ezio Melotti on 31 December 2009, 13:47:24 UTC
#7613: missing ) in flmodule.c
Tip revision: aac4df6
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top