Staging
v0.5.1
https://github.com/python/cpython
Revision 9bb9b535563a33f8cb7a581ec9e649cd16f5bd2e authored by Suriyaa ✌️️ on 08 June 2018, 18:46:27 UTC, committed by Ned Deily on 08 June 2018, 18:46:27 UTC
1 parent 5c7f22c
Raw File
Tip revision: 9bb9b535563a33f8cb7a581ec9e649cd16f5bd2e authored by Suriyaa ✌️️ on 08 June 2018, 18:46:27 UTC
[3.7] Update version in '.github/PULL_REQUEST_TEMPLATE.md' (GH-7537)
Tip revision: 9bb9b53
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top