Staging
v0.8.1
Revision f7d019ec9a8fb492ce7dca3b94b05b189d0eb0c5 authored by Victor Stinner on 08 January 2011, 16:31:24 UTC, committed by Victor Stinner on 08 January 2011, 16:31:24 UTC
1 parent c08ea61
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top