mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-06-19 02:56:07 -05: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:
@@ -44,7 +44,7 @@ typedef struct _DriveFilterExtension
|
||||
|
||||
KEVENT MountWorkItemCompletedEvent;
|
||||
|
||||
volatile CRYPTO_INFO *HeaderCryptoInfo;
|
||||
CRYPTO_INFO *HeaderCryptoInfo;
|
||||
BOOL HiddenSystem;
|
||||
|
||||
} DriveFilterExtension;
|
||||
|
||||
Reference in New Issue
Block a user