diff options
Diffstat (limited to 'src/Mount/MainCom.idl')
-rw-r--r-- | src/Mount/MainCom.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Mount/MainCom.idl b/src/Mount/MainCom.idl index a1ab3cd7..25bb80ce 100644 --- a/src/Mount/MainCom.idl +++ b/src/Mount/MainCom.idl @@ -16,7 +16,7 @@ import "..\Common\Password.h"; [ uuid(9ACF6176-5FC4-4690-A025-B3306A50EB6A), helpstring("VeraCrypt Main UAC Support Library"), - version(2.9) // Update ComSetup.cpp when changing version number + version(2.10) // Update ComSetup.cpp when changing version number ] library TrueCryptMainCom { @@ -51,6 +51,7 @@ library TrueCryptMainCom DWORD RestoreEfiSystemLoader (); DWORD GetEfiBootDeviceNumber (BSTR* pSdn); DWORD WriteEfiBootSectorUserConfig (DWORD userConfig, BSTR customUserMessage, int pim, int hashAlg); + DWORD UpdateSetupConfigFile (BOOL bForInstall); }; [ |