--- truecrypt/boot/windows/platform.h 2018/04/24 17:03:49 1.1.1.6 +++ truecrypt/boot/windows/platform.h 2018/04/24 17:07:44 1.1.1.8 @@ -1,20 +1,20 @@ /* - Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. + Copyright (c) 2008-2009 TrueCrypt Developers Association. All rights reserved. - 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. + 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. */ #ifndef TC_HEADER_Boot_Platform #define TC_HEADER_Boot_Platform -#pragma warning ( disable : 4769 ) +#pragma warning (disable: 4018 4102 4704 4769) #include "TCdefs.h" #include -typedef int bool; +typedef char bool; #define false 0 #define true 1