diff options
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r-- | src/Common/Dlgcode.h | 4 |
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; | |||
121 | extern BOOL bHideWaitingDialog; | 121 | extern BOOL bHideWaitingDialog; |
122 | extern BOOL bCmdHideWaitingDialog; | 122 | extern BOOL bCmdHideWaitingDialog; |
123 | extern BOOL bCmdHideWaitingDialogValid; | 123 | extern BOOL bCmdHideWaitingDialogValid; |
124 | extern BOOL bUseSecureDesktop; | ||
125 | extern BOOL bCmdUseSecureDesktop; | ||
126 | extern BOOL bCmdUseSecureDesktopValid; | ||
124 | extern BOOL bStartOnLogon; | 127 | extern BOOL bStartOnLogon; |
125 | extern BOOL bMountDevicesOnLogon; | 128 | extern BOOL bMountDevicesOnLogon; |
126 | extern BOOL bMountFavoritesOnLogon; | 129 | extern BOOL bMountFavoritesOnLogon; |
@@ -514,6 +517,7 @@ BOOL LaunchElevatedProcess (HWND hwndDlg, const wchar_t* szModPath, const wchar_ | |||
514 | BOOL GetFreeDriveLetter(WCHAR* pCh); | 517 | BOOL GetFreeDriveLetter(WCHAR* pCh); |
515 | BOOL RaisePrivileges(void); | 518 | BOOL RaisePrivileges(void); |
516 | BOOL DeleteDirectory (const wchar_t* szDirName); | 519 | BOOL DeleteDirectory (const wchar_t* szDirName); |
520 | INT_PTR SecureDesktopDialogBoxParam (HINSTANCE, LPCWSTR, HWND, DLGPROC, LPARAM); | ||
517 | 521 | ||
518 | #ifdef __cplusplus | 522 | #ifdef __cplusplus |
519 | } | 523 | } |