]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Include/Ebc/EfiBind.h
Update MdePkg and EdkCompatibilityPkg INT8 definition to be typedef signed char to...
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Include / Ebc / EfiBind.h
index 123c78e3fc8f0d8ac5df27f136e6b94fca324ccf..7fc05ca17fe30451e54d4fc14a464f7dc2864710 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2012, 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
@@ -48,7 +48,7 @@ Abstract:
 //\r
 // Native integer types\r
 //\r
-typedef char                  int8_t;\r
+typedef signed char           int8_t;\r
 typedef unsigned char         uint8_t;\r
 \r
 typedef short                 int16_t;\r