Staging
v0.8.1
Revision 5688222907583833837f2f0e92205f17fb92d436 authored by Benjamin Peterson on 14 January 2014, 04:12:55 UTC, committed by Benjamin Peterson on 14 January 2014, 04:12:55 UTC
2 parent s 80602e0 + fbf648e
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top