Staging
v0.8.1
https://github.com/python/cpython
Revision f598558afb3e224b0926b0747a7fdcfbca76cf68 authored by Christian Heimes on 30 December 2013, 08:33:46 UTC, committed by Christian Heimes on 30 December 2013, 08:33:46 UTC
1 parent 4d1639f
Raw File
Tip revision: f598558afb3e224b0926b0747a7fdcfbca76cf68 authored by Christian Heimes on 30 December 2013, 08:33:46 UTC
Fixed typo (thx Arfrever)
Tip revision: f598558
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top