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; return 0;
} }
hInstance = hThisInstance; hInstance = hThisInstance;
ProcessHeap = GetProcessHeap(); ProcessHeap = GetProcessHeap();

View file

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