diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-09-26 01:22:24 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-09-26 01:22:24 +0200 |
commit | 662b8d1b2fd37cac35c2c48539e846c93ad17f7d (patch) | |
tree | ce60b517753c63e1923e3df148876c3bec0f0032 /src/Common/Dlgcode.h | |
parent | 4cb4ec35007bace54e81b6dd0202bbb3705f4b65 (diff) | |
download | VeraCrypt-662b8d1b2fd37cac35c2c48539e846c93ad17f7d.tar.gz VeraCrypt-662b8d1b2fd37cac35c2c48539e846c93ad17f7d.zip |
Windows: during Setup, and if VeraCrypt already installed, open online help only if PC connected to Internet
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r-- | src/Common/Dlgcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index 3611371d..750b4dc7 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -597,6 +597,7 @@ DWORD FastResizeFile (const wchar_t* filePath, __int64 fileSize); #ifdef _WIN64 void GetAppRandomSeed (unsigned char* pbRandSeed, size_t cbRandSeed); #endif +BOOL IsInternetConnected(); #ifdef __cplusplus } |