Staging
v0.8.1
Revision 6371039655208b890ceadae63b4a587d2ba76ff1 authored by Kurt B. Kaiser on 19 January 2005, 17:12:49 UTC, committed by Kurt B. Kaiser on 19 January 2005, 17:12:49 UTC
1 parent c8502dd
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top