diff options
Diffstat (limited to 'src/Boot')
-rw-r--r-- | src/Boot/Windows/BootCommon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Boot/Windows/BootCommon.h b/src/Boot/Windows/BootCommon.h index c17058b8..0e6c973c 100644 --- a/src/Boot/Windows/BootCommon.h +++ b/src/Boot/Windows/BootCommon.h @@ -16,2 +16,3 @@ #include "Common/Password.h" +#include "Crypto/config.h" #include "BootDefs.h" @@ -60,3 +61,3 @@ typedef struct uint32 HeaderSaltCrc32; - __declspec(align(8)) PasswordLegacy BootPassword; + CRYPTOPP_ALIGN_DATA(8) PasswordLegacy BootPassword; uint64 HiddenSystemPartitionStart; |