diff options
author | kavsrf <kavsrf@gmail.com> | 2017-02-08 17:10:37 +0300 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-05 17:45:35 +0200 |
commit | a075d45a99d31340c0de57262cd18eb717c3722a (patch) | |
tree | 39dd99a696ee9f06f83f556cf2850239f72cd5e0 /src/Common/Resource.h | |
parent | 4a2e9047665cc4b3e7189ea118482e73de6ad1d2 (diff) | |
download | VeraCrypt-a075d45a99d31340c0de57262cd18eb717c3722a.tar.gz VeraCrypt-a075d45a99d31340c0de57262cd18eb717c3722a.zip |
DcsInfo is added
Diffstat (limited to 'src/Common/Resource.h')
-rw-r--r-- | src/Common/Resource.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/Common/Resource.h b/src/Common/Resource.h index b8cd3d76..0862a05d 100644 --- a/src/Common/Resource.h +++ b/src/Common/Resource.h @@ -71,14 +71,16 @@ #define IDR_EFI_DCSINT 567 #define IDR_EFI_DCSCFG 568 #define IDR_EFI_LEGACYSPEAKER 569 -#define IDR_EFI_DCSBML 570 -#define IDR_EFI_DCSRE 571 +#define IDR_EFI_DCSBML 570 +#define IDR_EFI_DCSRE 571 #define IDR_EFI_DCSBOOT32 572 #define IDR_EFI_DCSINT32 573 #define IDR_EFI_DCSCFG32 574 #define IDR_EFI_LEGACYSPEAKER32 575 -#define IDR_EFI_DCSBML32 576 -#define IDR_EFI_DCSRE32 577 +#define IDR_EFI_DCSBML32 576 +#define IDR_EFI_DCSRE32 577 +#define IDR_EFI_DCSINFO 578 +#define IDR_EFI_DCSINFO32 579 #define IDC_HW_AES_LABEL_LINK 5000 #define IDC_HW_AES 5001 #define IDC_PARALLELIZATION_LABEL_LINK 5002 |