mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
Windows: Add missing defines in Tcdefs.h
This commit is contained in:
parent
5a56462959
commit
7f1e21e6a1
@ -263,6 +263,10 @@ extern ULONG AllocTag;
|
|||||||
typedef int BOOL;
|
typedef int BOOL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef BOOLEAN
|
||||||
|
typedef unsigned char BOOLEAN;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#endif
|
#endif
|
||||||
@ -289,6 +293,8 @@ typedef NTSTATUS (NTAPI *ExGetFirmwareEnvironmentVariableFn) (
|
|||||||
PULONG Attributes
|
PULONG Attributes
|
||||||
);
|
);
|
||||||
|
|
||||||
|
typedef BOOLEAN (NTAPI *KeAreAllApcsDisabledFn) ();
|
||||||
|
|
||||||
extern NTSTATUS NTAPI KeSaveExtendedProcessorState (
|
extern NTSTATUS NTAPI KeSaveExtendedProcessorState (
|
||||||
__in ULONG64 Mask,
|
__in ULONG64 Mask,
|
||||||
PXSTATE_SAVE XStateSave
|
PXSTATE_SAVE XStateSave
|
||||||
@ -299,6 +305,9 @@ extern VOID NTAPI KeRestoreExtendedProcessorState (
|
|||||||
PXSTATE_SAVE XStateSave
|
PXSTATE_SAVE XStateSave
|
||||||
);
|
);
|
||||||
|
|
||||||
|
extern BOOLEAN VC_KeAreAllApcsDisabled (VOID);
|
||||||
|
|
||||||
|
|
||||||
#else /* !TC_WINDOWS_DRIVER */
|
#else /* !TC_WINDOWS_DRIVER */
|
||||||
#if !defined(_UEFI)
|
#if !defined(_UEFI)
|
||||||
#define TCalloc malloc
|
#define TCalloc malloc
|
||||||
|
Loading…
Reference in New Issue
Block a user