Staging
v0.8.1
Revision 798099279d780954b379ce23fcbaeaa8c5457588 authored by Skip Montanaro on 27 April 2008, 22:52:02 UTC, committed by Skip Montanaro on 27 April 2008, 22:52:02 UTC
1 parent ea59a84
Raw File
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top