From e8626ca74aae861443db30a5a3117e8e433f1c4a Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 3 Oct 2016 22:25:58 +0200 Subject: Windows Setup: fix compilation error caused by change in declaration of function RestartComputer --- src/Setup/Wizard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Setup/Wizard.c b/src/Setup/Wizard.c index 8bc64117..f6bb70a4 100644 --- a/src/Setup/Wizard.c +++ b/src/Setup/Wizard.c @@ -1177,7 +1177,7 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa if (bRestartRequired && AskYesNo (bUpgrade ? "UPGRADE_OK_REBOOT_REQUIRED" : "CONFIRM_RESTART", hwndDlg) == IDYES) { - RestartComputer(); + RestartComputer(FALSE); } } -- cgit v1.2.3