VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r--src/Common/Dlgcode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h
index 86afbe0f..a1930f67 100644
--- a/src/Common/Dlgcode.h
+++ b/src/Common/Dlgcode.h
@@ -121,6 +121,9 @@ extern BOOL bShowDisconnectedNetworkDrives;
121extern BOOL bHideWaitingDialog; 121extern BOOL bHideWaitingDialog;
122extern BOOL bCmdHideWaitingDialog; 122extern BOOL bCmdHideWaitingDialog;
123extern BOOL bCmdHideWaitingDialogValid; 123extern BOOL bCmdHideWaitingDialogValid;
124extern BOOL bUseSecureDesktop;
125extern BOOL bCmdUseSecureDesktop;
126extern BOOL bCmdUseSecureDesktopValid;
124extern BOOL bStartOnLogon; 127extern BOOL bStartOnLogon;
125extern BOOL bMountDevicesOnLogon; 128extern BOOL bMountDevicesOnLogon;
126extern BOOL bMountFavoritesOnLogon; 129extern BOOL bMountFavoritesOnLogon;
@@ -514,6 +517,7 @@ BOOL LaunchElevatedProcess (HWND hwndDlg, const wchar_t* szModPath, const wchar_
514BOOL GetFreeDriveLetter(WCHAR* pCh); 517BOOL GetFreeDriveLetter(WCHAR* pCh);
515BOOL RaisePrivileges(void); 518BOOL RaisePrivileges(void);
516BOOL DeleteDirectory (const wchar_t* szDirName); 519BOOL DeleteDirectory (const wchar_t* szDirName);
520INT_PTR SecureDesktopDialogBoxParam (HINSTANCE, LPCWSTR, HWND, DLGPROC, LPARAM);
517 521
518#ifdef __cplusplus 522#ifdef __cplusplus
519} 523}