Staging
v0.5.1
Revision 93b98ca44572ad606ced420ffe9376fa06f93c4e authored by Gregory P. Smith on 14 February 2012, 00:24:46 UTC, committed by Gregory P. Smith on 14 February 2012, 00:24:46 UTC
1 parent cbe0134
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top