mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-28 05:53:29 +01:00
Windows: include rdrand.h file only in Windows case since it is not yet included for other OSes
This commit is contained in:
parent
8c6838e85c
commit
3818b443c3
@ -2,7 +2,9 @@
|
||||
|
||||
#include "cpu.h"
|
||||
#include "misc.h"
|
||||
#if defined(_MSC_VER) && !defined(_UEFI)
|
||||
#include "rdrand.h"
|
||||
#endif
|
||||
|
||||
#ifndef EXCEPTION_EXECUTE_HANDLER
|
||||
#define EXCEPTION_EXECUTE_HANDLER 1
|
||||
|
Loading…
Reference in New Issue
Block a user