Staging
v0.8.1
Revision c95c91880ae0420d594173c584202de014bc5ac9 authored by Georg Brandl on 09 December 2010, 18:26:02 UTC, committed by Georg Brandl on 09 December 2010, 18:26:02 UTC
1 parent b56c0e2
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top