audk/MdePkg
qwang12 7d0db9ceb5 CHAR8 is defined as "1-byte Character" in UEFI spec, but not "unsigned Character". Most compiler treats "char" as signed unless overide by compiler options. Most compiler generate warnings for statement like "CHAR8 *S = "Hello"". In addition, we have defined CHAR8 as char for processor arch such as IA32, X64 and IPF in EDK II.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5329 6f19259b-4bc3-4df7-8a09-765794883524
2008-06-05 01:57:08 +00:00
..
Include CHAR8 is defined as "1-byte Character" in UEFI spec, but not "unsigned Character". Most compiler treats "char" as signed unless overide by compiler options. Most compiler generate warnings for statement like "CHAR8 *S = "Hello"". In addition, we have defined CHAR8 as char for processor arch such as IA32, X64 and IPF in EDK II. 2008-06-05 01:57:08 +00:00
Library Minor update to follow coding style. 2008-06-04 04:33:35 +00:00
ChangeLog.txt added a log for EDK_4067: Non-Compatible: qwang12 2007-10-11 08:50:44 +00:00
MdePkg.dec Remove two duplicated GUIDs. 2008-06-04 01:18:56 +00:00
MdePkg.dsc 1) Cleanup HiiLib, IfrSupportLib. 2008-02-02 13:11:49 +00:00
MdePkg.nspd Add Hardware Error Variable defined in UEFI 2.1 spec 2007-09-17 03:36:56 +00:00