diff options
Diffstat (limited to 'src/Platform/PlatformBase.h')
-rw-r--r-- | src/Platform/PlatformBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/PlatformBase.h b/src/Platform/PlatformBase.h index c63f975e..ea1271f7 100644 --- a/src/Platform/PlatformBase.h +++ b/src/Platform/PlatformBase.h @@ -30,9 +30,9 @@ using namespace std; #if !(defined(_MSC_VER) && _MSC_VER >= 1600)
#define nullptr 0
#endif
-namespace TrueCrypt
+namespace VeraCrypt
{
#ifdef _MSC_VER
# ifndef TC_INT_TYPES_DEFINED
typedef __int8 int8;
|