Staging
v0.5.1
https://github.com/python/cpython
Revision 706de4e5a4b21880c67f6b90e3a2147a258d6fc5 authored by Stefan Krah on 08 June 2020, 23:20:58 UTC, committed by GitHub on 08 June 2020, 23:20:58 UTC
This reverts commit c6ecd9c14081a787959e13df33e250102a658154.
1 parent 14073c5
Raw File
Tip revision: 706de4e5a4b21880c67f6b90e3a2147a258d6fc5 authored by Stefan Krah on 08 June 2020, 23:20:58 UTC
[3.8] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20743)
Tip revision: 706de4e
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top