mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
** WIP ** Make it start again
This commit is contained in:
parent
35cf679a2f
commit
045d4ecc4b
1 changed files with 1 additions and 0 deletions
|
@ -807,6 +807,7 @@ StartDlgProc(
|
||||||
pState->NextPage = DONE;
|
pState->NextPage = DONE;
|
||||||
pState->Run = INSTALLER;
|
pState->Run = INSTALLER;
|
||||||
EndDialog(hwndDlg, LOWORD(wParam));
|
EndDialog(hwndDlg, LOWORD(wParam));
|
||||||
|
// TODO: Just hide the dialog, and show it again in case the child process (setup) dies?
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case IDOK:
|
case IDOK:
|
||||||
|
|
Loading…
Reference in a new issue