VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format/FormatCom.idl
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2020-08-06 18:17:27 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2020-08-06 18:48:52 +0200
commitcb7fb0a46a8f8bdff817a03ab5059290b6315fb9 (patch)
treea5346b9539cddae2cbc5447cd466ad37621838ef /src/Format/FormatCom.idl
parentf3bc81dc70794f7bc9ddb1607733cb4dfe315eec (diff)
downloadVeraCrypt-cb7fb0a46a8f8bdff817a03ab5059290b6315fb9.tar.gz
VeraCrypt-cb7fb0a46a8f8bdff817a03ab5059290b6315fb9.zip
Windows: Fix crash when using portable 32-bit "VeraCrypt Format.exe"/"VeraCrypt.exe" on a 64-bit machine where VeraCrypt is already installed
Diffstat (limited to 'src/Format/FormatCom.idl')
-rw-r--r--src/Format/FormatCom.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Format/FormatCom.idl b/src/Format/FormatCom.idl
index e5135191..9df43f6e 100644
--- a/src/Format/FormatCom.idl
+++ b/src/Format/FormatCom.idl
@@ -16,7 +16,7 @@ import "..\Common\Password.h";
[
uuid(56327DDA-F1A7-4e13-B128-520D129BDEF6),
helpstring("VeraCrypt Format UAC Support Library"),
- version(2.8) // Update ComSetup.cpp when changing version number
+ version(2.9) // Update ComSetup.cpp when changing version number
]
library TrueCryptFormatCom
{
@@ -28,7 +28,7 @@ library TrueCryptFormatCom
]
interface ITrueCryptFormatCom : IUnknown
{
- int AnalyzeHiddenVolumeHost (LONG_PTR hwndDlg, int *driveNo, __int64 hiddenVolHostSize, int *realClusterSize, __int64 *nbrFreeClusters);
+ int AnalyzeHiddenVolumeHost (__int64 hwndDlg, int *driveNo, __int64 hiddenVolHostSize, int *realClusterSize, __int64 *nbrFreeClusters);
DWORD CallDriver (DWORD ioctl, BSTR input, BSTR *output);
DWORD CopyFile (BSTR sourceFile, BSTR destinationFile);
DWORD DeleteFile (BSTR file);