diff options
Diffstat (limited to 'src/Boot/Windows/Platform.h')
-rw-r--r-- | src/Boot/Windows/Platform.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Boot/Windows/Platform.h b/src/Boot/Windows/Platform.h index a8e83bec..1c41ec03 100644 --- a/src/Boot/Windows/Platform.h +++ b/src/Boot/Windows/Platform.h @@ -3,9 +3,9 @@ Copyright (c) 2008-2012 TrueCrypt Developers Association and which is governed by the TrueCrypt License 3.0. Modifications and additions to the original source code (contained in this file) - and all other portions of this file are Copyright (c) 2013-2016 IDRIX + and all other portions of this file are Copyright (c) 2013-2017 IDRIX and are governed by the Apache License 2.0 the full text of which is contained in the file License.txt included in VeraCrypt binary and source code distribution packages. */ @@ -109,8 +109,10 @@ void CopyMemory (void *source, uint16 destSegment, uint16 destOffset, uint16 blo void CopyMemory (uint16 sourceSegment, uint16 sourceOffset, void *destination, uint16 blockSize); extern "C" void EraseMemory (void *memory, int size); uint32 GetLinearAddress (uint16 segment, uint16 offset); bool RegionsIntersect (const uint64 &start1, uint32 length1, const uint64 &start2, const uint64 &end2); +#ifdef TC_BOOT_DEBUG_ENABLED bool TestInt64 (); +#endif extern "C" void ThrowFatalException (int line); #endif // TC_HEADER_Boot_Platform |