Staging
v0.8.1
Revision abda8ddd3e4927bda1b58cf60a5d09db186f6ca5 authored by Benjamin Peterson on 06 March 2015, 14:09:46 UTC, committed by Benjamin Peterson on 06 March 2015, 14:09:46 UTC
2 parent s 49f373b + a915723
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top