Staging
v0.8.1
Revision 7f23d86107dfea69992322577c5033f2edbc3b4f authored by Christian Heimes on 26 March 2008, 22:51:58 UTC, committed by Christian Heimes on 26 March 2008, 22:51:58 UTC
1 parent 342212c
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top