Staging
v0.5.1
https://github.com/python/cpython
Revision 0e071c967cfdc32c1c4c9a8ab6d6f4777dba267e authored by Serhiy Storchaka on 19 October 2013, 18:14:57 UTC, committed by Serhiy Storchaka on 19 October 2013, 18:14:57 UTC
1 parent b649ed7
Raw File
Tip revision: 0e071c967cfdc32c1c4c9a8ab6d6f4777dba267e authored by Serhiy Storchaka on 19 October 2013, 18:14:57 UTC
Fixed tests for issue #19279.
Tip revision: 0e071c9
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top