]> git.proxmox.com Git - mirror_edk2.git/commitdiff
edk2/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 27 May 2008 02:56:24 +0000 (02:56 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 27 May 2008 02:56:24 +0000 (02:56 +0000)
  Merge from edk2/MdePkg/Include/*/ProcessorBind.h.
  Needed for better compatibility with GCC.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5299 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h

index 7d8b43f9f9d606eac131830fe31fef1d6b008462..3114e54600fc17ca0b1bc44d382a617136afcefb 100644 (file)
@@ -36,7 +36,7 @@ typedef int32_t INT32;
 typedef uint32_t UINT32;\r
 typedef int64_t INT64;\r
 typedef uint64_t UINT64;\r
-typedef uint8_t CHAR8;\r
+typedef char CHAR8;\r
 typedef uint16_t CHAR16;\r
 typedef UINT64 EFI_LBA;\r
 \r