diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-14 18:02:56 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-16 00:17:57 +0100 |
commit | 634916230311eed9c6969aa516f4b9601438f9d3 (patch) | |
tree | e70888d332985fc5344ed944519436160d4753a8 /src/Common/Resource.h | |
parent | e935ec55dd0629243788cf10a8aa1894214575b8 (diff) | |
download | VeraCrypt-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.h | 3 |
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
|