1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-09 22:36:59 -05:00

Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon.

This commit is contained in:
Mounir IDRASSI
2014-06-22 16:02:42 +02:00
parent 17823cb58c
commit 41a22ca4e7
239 changed files with 246 additions and 246 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#include "Dlgcode.h"
#include "Registry.h"
using namespace TrueCrypt;
using namespace VeraCrypt;
HRESULT CreateElevatedComObject (HWND hwnd, REFGUID guid, REFIID iid, void **ppv)
{
+1 -1
View File
@@ -32,7 +32,7 @@
#include "Mount/MainCom.h"
#endif
namespace TrueCrypt
namespace VeraCrypt
{
#if !defined (SETUP)
+1 -1
View File
@@ -17,7 +17,7 @@
using namespace std;
namespace TrueCrypt
namespace VeraCrypt
{
class File
{
+1 -1
View File
@@ -61,7 +61,7 @@
#include "Setup/Setup.h"
#endif
using namespace TrueCrypt;
using namespace VeraCrypt;
LONG DriverVersion;
+1 -1
View File
@@ -12,7 +12,7 @@
#include "Platform/PlatformBase.h"
#include "Dlgcode.h"
namespace TrueCrypt
namespace VeraCrypt
{
struct Exception
{
+1 -1
View File
@@ -23,7 +23,7 @@
#include "Platform/Finally.h"
#include "Platform/ForEach.h"
using namespace TrueCrypt;
using namespace VeraCrypt;
#define stat _stat
#define S_IFDIR _S_IFDIR
+1 -1
View File
@@ -30,7 +30,7 @@
using namespace std;
namespace TrueCrypt
namespace VeraCrypt
{
SecurityTokenKeyfile::SecurityTokenKeyfile (const SecurityTokenKeyfilePath &path)
{
+1 -1
View File
@@ -49,7 +49,7 @@
#define TC_SECURITY_TOKEN_KEYFILE_URL_SLOT L"slot"
#define TC_SECURITY_TOKEN_KEYFILE_URL_FILE L"file"
namespace TrueCrypt
namespace VeraCrypt
{
struct SecurityTokenInfo
{