--- truecrypt/boot/windows/platform.cpp 2018/04/24 16:55:29 1.1.1.4 +++ truecrypt/boot/windows/platform.cpp 2018/04/24 17:03:48 1.1.1.6 @@ -1,7 +1,7 @@ /* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. - Governed by the TrueCrypt License 2.5 the full text of which is contained + Governed by the TrueCrypt License 2.7 the full text of which is contained in the file License.txt included in TrueCrypt binary and source code distribution packages. */ @@ -158,7 +158,7 @@ bool TestInt64 () } -void CopyMemory (byte *source, uint16 destSegment, uint16 destOffset, uint16 blockSize) +void CopyMemory (void *source, uint16 destSegment, uint16 destOffset, uint16 blockSize) { __asm { @@ -174,7 +174,7 @@ void CopyMemory (byte *source, uint16 de } -void CopyMemory (uint16 sourceSegment, uint16 sourceOffset, byte *destination, uint16 blockSize) +void CopyMemory (uint16 sourceSegment, uint16 sourceOffset, void *destination, uint16 blockSize) { __asm {