Staging
v0.5.1
https://github.com/python/cpython
Revision eac21a048bb6f33b20224a5d6896c34d1d6abc8e authored by Miss Skeleton (bot) on 25 October 2020, 00:32:36 UTC, committed by GitHub on 25 October 2020, 00:32:36 UTC
(cherry picked from commit e01e442125bbc98e6dab66f38ecc6c45f69e6587)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
1 parent 253c8eb
Raw File
Tip revision: eac21a048bb6f33b20224a5d6896c34d1d6abc8e authored by Miss Skeleton (bot) on 25 October 2020, 00:32:36 UTC
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
Tip revision: eac21a0
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top