1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 03:18:26 -06:00

Modifications to remove all TrueCrypt references in names. generate new GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word.

This commit is contained in:
Mounir IDRASSI
2013-06-22 17:34:53 +02:00
parent a630fae22c
commit 03867fbf56
46 changed files with 744 additions and 742 deletions

View File

@@ -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
{