From 90bd57fe40e66fc829ecb01482d32d604b0df19c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 25 Nov 2015 01:41:37 +0100 Subject: Windows: Full UNICODE rewrite and implement support for UNICODE passwords. --- src/Common/Apidrvr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Common/Apidrvr.h') diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h index 3f74176c..5ba6c884 100644 --- a/src/Common/Apidrvr.h +++ b/src/Common/Apidrvr.h @@ -311,11 +311,7 @@ typedef struct #pragma pack (pop) -#ifdef TC_WINDOWS_DRIVER #define DRIVER_STR WIDE -#else -#define DRIVER_STR -#endif #define TC_UNIQUE_ID_PREFIX "VeraCryptVolume" #define TC_MOUNT_PREFIX L"\\Device\\VeraCryptVolume" -- cgit v1.2.3