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

Windows: during Setup, and if VeraCrypt already installed, open online help only if PC connected to Internet

This commit is contained in:
Mounir IDRASSI
2023-09-26 01:22:24 +02:00
parent 4cb4ec3500
commit 662b8d1b2f
2 changed files with 40 additions and 3 deletions

View File

@@ -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
}