From 03867fbf5653c0260e71271e0ddf46ed1045b488 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 22 Jun 2013 17:34:53 +0200 Subject: Modifications to remove all TrueCrypt references in names. generate new GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word. --- src/Format/FormatCom.idl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/Format/FormatCom.idl') diff --git a/src/Format/FormatCom.idl b/src/Format/FormatCom.idl index 0f5dc111..be8dc48e 100644 --- a/src/Format/FormatCom.idl +++ b/src/Format/FormatCom.idl @@ -10,17 +10,17 @@ import "wtypes.idl"; import "..\Common\Password.h"; [ - uuid(A7DF958C-0716-49E9-8C3E-53A775797576), - helpstring("TrueCrypt Format UAC Support Library"), + uuid(56327DDA-F1A7-4e13-B128-520D129BDEF6), + helpstring("VeraCrypt Format UAC Support Library"), version(2.4) // Update ComSetup.cpp when changing version number ] library TrueCryptFormatCom { [ - uuid(9EE02955-174A-48F1-820C-022F327BE109), + uuid(7AB357D9-A17F-466e-BCD6-F49E97C218D8), object, oleautomation, - helpstring("TrueCrypt Format UAC Support Interface") + helpstring("VeraCrypt Format UAC Support Interface") ] interface ITrueCryptFormatCom : IUnknown { @@ -38,8 +38,8 @@ library TrueCryptFormatCom }; [ - uuid(777DCDFD-C330-480B-B582-B02B57580CC9), - helpstring("TrueCrypt Format UAC Support Coclass") + uuid(A96D3797-9F31-49f4-A0CE-9657392CF789), + helpstring("VeraCrypt Format UAC Support Coclass") ] coclass TrueCryptFormatCom { -- cgit v1.2.3