VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Mount/MainCom.idl
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2013-06-22 17:34:53 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:18:19 +0100
commit03867fbf5653c0260e71271e0ddf46ed1045b488 (patch)
tree30e50899e075d4259eb7d807f9903c057bc86aec /src/Mount/MainCom.idl
parenta630fae22ce0c942af9abdff28b87609909012d2 (diff)
downloadVeraCrypt-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/Mount/MainCom.idl')
-rw-r--r--src/Mount/MainCom.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Mount/MainCom.idl b/src/Mount/MainCom.idl
index 7d8f60dc..8999d4ec 100644
--- a/src/Mount/MainCom.idl
+++ b/src/Mount/MainCom.idl
@@ -10,17 +10,17 @@ import "wtypes.idl";
import "..\Common\Password.h";
[
- uuid(1770F56C-7881-4591-A179-79B8001C7D42),
- helpstring("TrueCrypt Main UAC Support Library"),
+ uuid(9ACF6176-5FC4-4690-A025-B3306A50EB6A),
+ helpstring("VeraCrypt Main UAC Support Library"),
version(2.4) // Update ComSetup.cpp when changing version number
]
library TrueCryptMainCom
{
[
- uuid(252C9DE6-D4B9-4A59-8A10-9CA73217B3D0),
+ uuid(C786E27C-2801-482c-B45D-D4357B270A29),
object,
oleautomation,
- helpstring("TrueCrypt Main UAC Support Interface")
+ helpstring("VeraCrypt Main UAC Support Interface")
]
interface ITrueCryptMainCom : IUnknown
{
@@ -40,8 +40,8 @@ library TrueCryptMainCom
};
[
- uuid(CECBC0EE-78D9-41E6-BCF1-BC222BB224BA),
- helpstring("TrueCrypt Main UAC Support Coclass")
+ uuid(FE8B3B95-C80C-41f7-830F-FBA271C26F7E),
+ helpstring("VeraCrypt Main UAC Support Coclass")
]
coclass TrueCryptMainCom
{