diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-01-28 19:01:40 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-03-21 21:01:07 +0100 |
commit | 09db6bd29bdcd65eb5e124c58db5a36cf60cbfb2 (patch) | |
tree | 6467f626faa5360ef5ede507a4e553bdae631787 /Include/Library | |
parent | ddaa8ae47a58317cf677a62c4beef62279d4a4da (diff) | |
download | VeraCrypt-DCS-09db6bd29bdcd65eb5e124c58db5a36cf60cbfb2.tar.gz VeraCrypt-DCS-09db6bd29bdcd65eb5e124c58db5a36cf60cbfb2.zip |
Add specific handling when user cancel password prompt with ESC so that original Windows loader is called in this case
Diffstat (limited to 'Include/Library')
-rw-r--r-- | Include/Library/CommonLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/Library/CommonLib.h b/Include/Library/CommonLib.h index d0db41f..4d207ca 100644 --- a/Include/Library/CommonLib.h +++ b/Include/Library/CommonLib.h @@ -31,6 +31,7 @@ https://opensource.org/licenses/LGPL-3.0 #define EFI_DCS_SHUTDOWN_REQUESTED ENCODE_ERROR(0xDC50001)
#define EFI_DCS_REBOOT_REQUESTED ENCODE_ERROR(0xDC50002)
#define EFI_DCS_HALT_REQUESTED ENCODE_ERROR(0xDC50003)
+#define EFI_DCS_USER_CANCELED ENCODE_ERROR(0xDC50004)
//////////////////////////////////////////////////////////////////////////
// Check error
|