diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2013-06-22 17:34:53 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:18:19 +0100 |
commit | 03867fbf5653c0260e71271e0ddf46ed1045b488 (patch) | |
tree | 30e50899e075d4259eb7d807f9903c057bc86aec /src/Format/FormatCom.idl | |
parent | a630fae22ce0c942af9abdff28b87609909012d2 (diff) | |
download | VeraCrypt-03867fbf5653c0260e71271e0ddf46ed1045b488.tar.gz VeraCrypt-03867fbf5653c0260e71271e0ddf46ed1045b488.zip |
Modifications to remove all TrueCrypt references in names. generate new GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word.
Diffstat (limited to 'src/Format/FormatCom.idl')
-rw-r--r-- | src/Format/FormatCom.idl | 12 |
1 files changed, 6 insertions, 6 deletions
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
{
|