Staging
v0.5.1
https://github.com/python/cpython
Revision 97db0ca161b0317e3683112ca74a925af1242d85 authored by Tim Peters on 15 June 2006, 18:07:28 UTC, committed by Tim Peters on 15 June 2006, 18:07:28 UTC
1 parent a608bb2
Raw File
Tip revision: 97db0ca161b0317e3683112ca74a925af1242d85 authored by Tim Peters on 15 June 2006, 18:07:28 UTC
Add missing svn:eol-style property to text files.
Tip revision: 97db0ca
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top