1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 11:28:26 -06: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

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

View File

@@ -32,7 +32,7 @@
#include "Mount/MainCom.h"
#endif
namespace TrueCrypt
namespace VeraCrypt
{
#if !defined (SETUP)

View File

@@ -17,7 +17,7 @@
using namespace std;
namespace TrueCrypt
namespace VeraCrypt
{
class File
{

View File

@@ -61,7 +61,7 @@
#include "Setup/Setup.h"
#endif
using namespace TrueCrypt;
using namespace VeraCrypt;
LONG DriverVersion;

View File

@@ -12,7 +12,7 @@
#include "Platform/PlatformBase.h"
#include "Dlgcode.h"
namespace TrueCrypt
namespace VeraCrypt
{
struct Exception
{

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

View File

@@ -30,7 +30,7 @@
using namespace std;
namespace TrueCrypt
namespace VeraCrypt
{
SecurityTokenKeyfile::SecurityTokenKeyfile (const SecurityTokenKeyfilePath &path)
{

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
{