From 634916230311eed9c6969aa516f4b9601438f9d3 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 14 Dec 2014 18:02:56 +0100 Subject: 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. --- src/Common/Resource.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Common/Resource.h') 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 -- cgit v1.2.3