1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: display notice about creating new Rescue Disk at first boot after upgrade.

This commit is contained in:
Mounir IDRASSI
2017-07-23 11:57:25 +02:00
parent 7cc2a3527d
commit 3dfd4a5332
44 changed files with 69 additions and 1 deletions

View File

@@ -8531,6 +8531,10 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
ShowWindow (hwndDlg, SW_RESTORE);
return 1;
case VC_APPMSG_CREATE_RESCUE_DISK:
CreateRescueDisk (hwndDlg);
return 1;
case WM_COPYDATA:
{
PCOPYDATASTRUCT cd = (PCOPYDATASTRUCT)lParam;