remove some test code which shouldn't have been added.

svn path=/trunk/; revision=29490
This commit is contained in:
Ged Murphy 2007-10-11 09:15:14 +00:00
parent 3a5583c86f
commit e45052754a
2 changed files with 3 additions and 3 deletions

View file

@ -35,8 +35,6 @@ _tWinMain(HINSTANCE hThisInstance,
return 0;
}
hInstance = hThisInstance;
ProcessHeap = GetProcessHeap();

View file

@ -51,6 +51,7 @@ DoStop(PMAIN_WND_INFO Info)
BytesNeeded,
&BytesNeeded))
{
#if 0
if (lpServiceConfig->lpDependencies)
{
TCHAR str[500];
@ -63,6 +64,7 @@ DoStop(PMAIN_WND_INFO Info)
}
else
{
#endif
hProgDlg = CreateProgressDialog(Info->hMainWnd,
Info->pCurrentService->lpServiceName,
IDS_PROGRESS_INFO_STOP);
@ -74,7 +76,7 @@ DoStop(PMAIN_WND_INFO Info)
DestroyWindow(hProgDlg);
}
}
//}
HeapFree(ProcessHeap,
0,