]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Include / EfiTypes.h
index 3fba60ff5d156607d589b2e4ed11c7d29be6c531..5de817e09168f2e2f402bb41c607a88d9b2ce860 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -90,11 +90,11 @@ typedef UINT64 EFI_LBA;
 // EFI Constants. They may exist in other build structures, so #ifndef them.\r
 //\r
 #ifndef TRUE\r
-#define TRUE  ((BOOLEAN) 1 == 1)\r
+#define TRUE  ((BOOLEAN) (1 == 1))\r
 #endif\r
 \r
 #ifndef FALSE\r
-#define FALSE ((BOOLEAN) 0 == 1)\r
+#define FALSE ((BOOLEAN) (0 == 1))\r
 #endif\r
 \r
 #ifndef NULL\r