Staging
v0.5.1
Revision 891331134516784ff1c5ad8d1720fdc2d056a15f authored by Ned Deily on 07 July 2017, 07:16:00 UTC, committed by Ned Deily on 07 July 2017, 07:16:00 UTC
1 parent bdabd76
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top