https://github.com/python/cpython
Raw File
Tip revision: 8d32a5c8c4e9c90b0a21e8b2fa0cd567465ced2b authored by Pablo Galindo on 06 May 2022, 22:55:59 UTC
Update the SOURCE_URI in pyspecific.py to point to the new branch
Tip revision: 8d32a5c
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top