Staging
v0.5.1
https://github.com/python/cpython
Revision 8ef3475bc065891e620b399b7dd73ddb0312915f authored by Neal Norwitz on 13 February 2006, 00:37:09 UTC, committed by Neal Norwitz on 13 February 2006, 00:37:09 UTC
1 parent 3273cb5
Raw File
Tip revision: 8ef3475bc065891e620b399b7dd73ddb0312915f authored by Neal Norwitz on 13 February 2006, 00:37:09 UTC
Try to improve name based on discussion on python-checkins with Jim Jewett
Tip revision: 8ef3475
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top