Staging
v0.5.1
Revision beb798cad6a6013d5a606ea0cd19640b35b468ea authored by Ned Deily on 12 September 2016, 15:04:12 UTC, committed by Ned Deily on 12 September 2016, 15:04:12 UTC
1 parent 0112625
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top