VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Resource.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-09 00:11:15 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-11 18:31:32 +0100
commiteb9cb16aeb33f9904b29b84e270f2d8c8f8431eb (patch)
tree149351ec44d5736ee969161ea72ef134a117cdf6 /src/Common/Resource.h
parent32e72d111747bcfee8ba0ecfb30045b6cd42685f (diff)
downloadVeraCrypt-eb9cb16aeb33f9904b29b84e270f2d8c8f8431eb.tar.gz
VeraCrypt-eb9cb16aeb33f9904b29b84e270f2d8c8f8431eb.zip
Windows: Implement specifying the size of the generated keyfiles and also letting VeraCrypt choose random size values.
Diffstat (limited to 'src/Common/Resource.h')
-rw-r--r--src/Common/Resource.h5
1 files changed, 4 insertions, 1 deletions
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