#include "stdafx.h"
#include <Windows.h>

DWORD WINAPI test_thread(LPVOID Param)
{
MessageBox(NULL,"test_thread started ","",0);

for(int i = 0; i < 99999999999; i++)
{