diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-06-09 23:29:33 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-06-10 01:13:53 +0200 |
commit | b7eadfd310bc61e7a982dc8bce4eb32038a6fa09 (patch) | |
tree | 4de9e02ed3cf30e2c0af2b11ce333d356101628c /src/Setup/Setup.h | |
parent | a7a8d57bcaaaf4e5982d2e51cd3086d34f45f780 (diff) | |
download | VeraCrypt-b7eadfd310bc61e7a982dc8bce4eb32038a6fa09.tar.gz VeraCrypt-b7eadfd310bc61e7a982dc8bce4eb32038a6fa09.zip |
Windows: solve installer issue on Windows 10 caused by failure to overwrite VeraCrypt driver file.
Diffstat (limited to 'src/Setup/Setup.h')
-rw-r--r-- | src/Setup/Setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Setup/Setup.h b/src/Setup/Setup.h index 5852f058..0b4b68ee 100644 --- a/src/Setup/Setup.h +++ b/src/Setup/Setup.h @@ -123,7 +123,7 @@ static char *szCompressedFiles[]= #define NBR_COMPRESSED_FILES (sizeof(szCompressedFiles) / sizeof(szCompressedFiles[0]))
void localcleanup (void);
-BOOL StatDeleteFile ( char *lpszFile );
+BOOL StatDeleteFile ( char *lpszFile, BOOL bCheckForOldFile );
BOOL StatRemoveDirectory ( char *lpszDir );
HRESULT CreateLink ( char *lpszPathObj , char *lpszArguments , char *lpszPathLink );
void GetProgramPath ( HWND hwndDlg , char *path );
|