8 lines
100 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#include "windows.h"
int
WinMain( HINSTANCE x, HINSTANCE y, LPSTR z, int a )
{
return(0);
}