mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: include rdrand.h file only in Windows case since it is not yet included for other OSes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user