#include "windows.h"

int
WinMain( HINSTANCE x, HINSTANCE y, LPSTR z, int a )
{
return(0);
}