Staging
v0.5.1
https://github.com/python/cpython
Revision 541660553d646db451655c0f79640f0b8f64baad authored by Fred Drake on 17 June 2006, 01:07:54 UTC, committed by Fred Drake on 17 June 2006, 01:07:54 UTC
1 parent fab461a
Raw File
Tip revision: 541660553d646db451655c0f79640f0b8f64baad authored by Fred Drake on 17 June 2006, 01:07:54 UTC
fix change that broke the htmllib tests
Tip revision: 5416605
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top