Staging
v0.5.1
Revision 55679e0ec76ee3b30ca609948f47bb02a8e0a078 authored by Terry Jan Reedy on 18 September 2017, 00:14:21 UTC, committed by GitHub on 18 September 2017, 00:14:21 UTC
1 parent 0efc7c6
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top