]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/Include/sys/EfiCdefs.h
StdLib: Fix some build problems and obscure bugs.
[mirror_edk2.git] / StdLib / Include / sys / EfiCdefs.h
index c436ff365975cd9e83873a5bd78a5fcedf7eb04d..2fa7ba6ae5d979e928a56f55fb20b670f524aa06 100644 (file)
@@ -22,7 +22,7 @@
     This file and its contents are inspired by the <sys/cdefs.h> files in Berkeley\r
     Unix.  They have been re-implemented to be specific to the EFI environment.\r
 \r
-    Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
+    Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
     This program and the accompanying materials are licensed and made available under\r
     the terms and conditions of the BSD License that accompanies this distribution.\r
     The full text of the license may be found at\r
@@ -360,8 +360,8 @@ typedef  UINTN   EFI_ULONG_T;
 #if defined(__GNUC__)\r
   #if __GNUC_PREREQ__(4,4)\r
     /* GCC 4.4 or later */\r
-    typedef   INT64   LONGN;\r
-    typedef  UINT64   ULONGN;\r
+    typedef   INT   LONGN;\r
+    typedef  UINT   ULONGN;\r
   #else\r
     /* minGW gcc variant */\r
     typedef   INT32   LONGN;\r