From 7f63d57f6728362f3de44c63c12a8e561faf616d Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 17 Oct 2016 16:31:25 +0200 Subject: Windows: Support EFI system encryption for 32-bit Windows. --- src/Common/Resource.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/Common/Resource.h') diff --git a/src/Common/Resource.h b/src/Common/Resource.h index 12907c12..b8cd3d76 100644 --- a/src/Common/Resource.h +++ b/src/Common/Resource.h @@ -73,6 +73,12 @@ #define IDR_EFI_LEGACYSPEAKER 569 #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 IDC_HW_AES_LABEL_LINK 5000 #define IDC_HW_AES 5001 #define IDC_PARALLELIZATION_LABEL_LINK 5002 @@ -220,7 +226,7 @@ #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NO_MFC 1 -#define _APS_NEXT_RESOURCE_VALUE 572 +#define _APS_NEXT_RESOURCE_VALUE 578 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 5141 #define _APS_NEXT_SYMED_VALUE 101 -- cgit v1.2.3