diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-02 09:39:14 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-02 09:39:14 +0200 |
commit | 5e4e2e0483436031edfd525215110f6229ac406d (patch) | |
tree | a8571df28c507c012b0e895e0614e463ed44a7b0 /src/Mount/Resource.h | |
parent | 40b17cca0a399d7a27bb2cc55c3fd1f3f6220347 (diff) | |
download | VeraCrypt-5e4e2e0483436031edfd525215110f6229ac406d.tar.gz VeraCrypt-5e4e2e0483436031edfd525215110f6229ac406d.zip |
Windows: Add dropdown menu to Mount button to allow mounting without cache
Diffstat (limited to 'src/Mount/Resource.h')
-rw-r--r-- | src/Mount/Resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Mount/Resource.h b/src/Mount/Resource.h index dc73d180..f7b3ff05 100644 --- a/src/Mount/Resource.h +++ b/src/Mount/Resource.h @@ -267,6 +267,7 @@ #define IDM_DEFAULT_MOUNT_PARAMETERS 40066 #define IDM_DECRYPT_NONSYS_VOL 40067 #define IDM_VERIFY_RESCUE_DISK_ISO 40068 +#define IDM_MOUNIT_NO_CACHE 40069 // Next default values for new objects // @@ -274,7 +275,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 120 -#define _APS_NEXT_COMMAND_VALUE 40069 +#define _APS_NEXT_COMMAND_VALUE 40070 #define _APS_NEXT_CONTROL_VALUE 1179 #define _APS_NEXT_SYMED_VALUE 101 #endif |