From eb9cb16aeb33f9904b29b84e270f2d8c8f8431eb Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 9 Dec 2014 00:11:15 +0100 Subject: Windows: Implement specifying the size of the generated keyfiles and also letting VeraCrypt choose random size values. --- src/Common/Resource.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Common/Resource.h') diff --git a/src/Common/Resource.h b/src/Common/Resource.h index 2b75ea88..3c6a09e8 100644 --- a/src/Common/Resource.h +++ b/src/Common/Resource.h @@ -180,6 +180,9 @@ #define IDC_NUMBER_KEYFILES 5118 #define IDT_KEYFILES_BASE_NAME 5119 #define IDC_KEYFILES_BASE_NAME 5120 +#define IDC_KEYFILES_SIZE 5121 +#define IDC_KEYFILES_RANDOM_SIZE 5122 +#define IDT_KEYFILES_SIZE 5123 // Next default values for new objects // @@ -188,7 +191,7 @@ #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 542 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 5121 +#define _APS_NEXT_CONTROL_VALUE 5124 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3