Staging
v0.5.1
Revision 8dad09a2242194a4101374b91ce87bb47a487cf7 authored by Miss Islington (bot) on 26 March 2020, 17:15:05 UTC, committed by GitHub on 26 March 2020, 17:15:05 UTC
(cherry picked from commit 302e5a8f79514fd84bafbc44b7c97ec636302322)

Co-authored-by: Brett Cannon <54418+brettcannon@users.noreply.github.com>

Co-authored-by: Brett Cannon <54418+brettcannon@users.noreply.github.com>
1 parent b05fbe9
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top