Staging
v0.5.1
https://github.com/python/cpython
Revision b6e2142b0cf96ffd081eff1f4f6d90074efa0ead authored by Benjamin Peterson on 02 January 2017, 04:07:37 UTC, committed by Benjamin Peterson on 02 January 2017, 04:07:37 UTC
2 parent s dd5c73b + e527dd3
Raw File
Tip revision: b6e2142b0cf96ffd081eff1f4f6d90074efa0ead authored by Benjamin Peterson on 02 January 2017, 04:07:37 UTC
merge 3.3
Tip revision: b6e2142
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top