From b7eadfd310bc61e7a982dc8bce4eb32038a6fa09 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 9 Jun 2015 23:29:33 +0200 Subject: Windows: solve installer issue on Windows 10 caused by failure to overwrite VeraCrypt driver file. --- src/Setup/Setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Setup/Setup.h') 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 ); -- cgit v1.2.3