1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 19:38:26 -06:00

Windows driver: remove newly added volatile qualifier from CRYPT_INFO pointers to fix build issue until a better approach is devised

This commit is contained in:
Mounir IDRASSI
2019-01-09 00:58:08 +01:00
parent 652e989d23
commit 405883169c
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ typedef struct _DriveFilterExtension
KEVENT MountWorkItemCompletedEvent;
volatile CRYPTO_INFO *HeaderCryptoInfo;
CRYPTO_INFO *HeaderCryptoInfo;
BOOL HiddenSystem;
} DriveFilterExtension;