/* This program does absolutely nothing! */

#include <windows.h>

WINAPI WinMain(HINSTANCE h1, HINSTANCE h2, LPSTR s, int c)
{
  return 0;
}

