Staging
v0.5.1
https://github.com/python/cpython
Revision 8bff8f6953f3256aa75871840fd89e40240d7ad7 authored by Terry Jan Reedy on 07 June 2016, 19:33:53 UTC, committed by Terry Jan Reedy on 07 June 2016, 19:33:53 UTC
1 parent dddf484
Raw File
Tip revision: 8bff8f6953f3256aa75871840fd89e40240d7ad7 authored by Terry Jan Reedy on 07 June 2016, 19:33:53 UTC
Items for NEWS and idlelib/NEWS.txt.
Tip revision: 8bff8f6
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top