Staging
v0.5.1
Revision ee19c772cb5795cb3e435a6f85634f05bf3248a4 authored by Éric Araujo on 28 July 2011, 20:56:24 UTC, committed by Éric Araujo on 28 July 2011, 20:56:24 UTC
1 parent 8cdc40e
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top