--- truecrypt/boot/windows/platform.cpp 2018/04/24 16:55:29 1.1.1.4 +++ truecrypt/boot/windows/platform.cpp 2018/04/24 17:07:44 1.1.1.8 @@ -1,9 +1,9 @@ /* - Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. + Copyright (c) 2008 TrueCrypt Developers Association. All rights reserved. - Governed by the TrueCrypt License 2.5 the full text of which is contained - in the file License.txt included in TrueCrypt binary and source code - distribution packages. + Governed by the TrueCrypt License 2.8 the full text of which is contained in + the file License.txt included in TrueCrypt binary and source code distribution + packages. */ #include "Platform.h" @@ -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 {