VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Resource.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-14 18:02:56 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-16 00:17:57 +0100
commit634916230311eed9c6969aa516f4b9601438f9d3 (patch)
treee70888d332985fc5344ed944519436160d4753a8 /src/Common/Resource.h
parente935ec55dd0629243788cf10a8aa1894214575b8 (diff)
downloadVeraCrypt-634916230311eed9c6969aa516f4b9601438f9d3.tar.gz
VeraCrypt-634916230311eed9c6969aa516f4b9601438f9d3.zip
Windows: display a wait dialog during the lengthy opening of a volume. There is still a freeze in the GUI even though the call to DeviceIoControl is done in a separate thread which can't be explained. Maybe if we had an asynchronous Device Driver call, things would better.
Diffstat (limited to 'src/Common/Resource.h')
-rw-r--r--src/Common/Resource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Common/Resource.h b/src/Common/Resource.h
index 3c6a09e8..eb2c5890 100644
--- a/src/Common/Resource.h
+++ b/src/Common/Resource.h
@@ -183,6 +183,7 @@
#define IDC_KEYFILES_SIZE 5121
#define IDC_KEYFILES_RANDOM_SIZE 5122
#define IDT_KEYFILES_SIZE 5123
+#define IDD_STATIC_MODAL_WAIT_DLG 5124
// Next default values for new objects
//
@@ -191,7 +192,7 @@
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 542
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 5124
+#define _APS_NEXT_CONTROL_VALUE 5125
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif