diff options
Diffstat (limited to 'src/Setup/Setup.h')
-rw-r--r-- | src/Setup/Setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Setup/Setup.h b/src/Setup/Setup.h index ada20fb9..60c95395 100644 --- a/src/Setup/Setup.h +++ b/src/Setup/Setup.h @@ -101,6 +101,9 @@ void DoInstall ( void *hwndDlg ); void SetInstallationPath (HWND hwndDlg); BOOL UpgradeBootLoader (HWND hwndDlg); BOOL CALLBACK InstallDlgProc ( HWND hwndDlg , UINT msg , WPARAM wParam , LPARAM lParam ); +#ifdef VC_EFI_CUSTOM_MODE +BOOL CheckSecureBootCompatibility (HWND hWnd); +#endif extern BOOL bDevm; extern BOOL Rollback; |