#include "stdafx.h"

int WINAPI WinMain(	HINSTANCE hInstance,
					HINSTANCE hPrevInstance,
					LPTSTR    lpCmdLine,
					int       nCmdShow)
{
	::SendMessage(HWND_BROADCAST, WM_WININICHANGE, 0xF2, 0);
	return 0;
}

