]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / LzmaCustomDecompressLib / UefiLzma.h
index b4fd6c75e6fc9134b987c3e09ee4f2c52c816f17..863b3ef66b982e8ccd794e81b0233fbc42794176 100644 (file)
@@ -3,8 +3,8 @@
 \r
   Allows LZMA code to build under UEFI (edk2) build environment\r
 \r
-  Copyright (c) 2009, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2009, 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
   http://opensource.org/licenses/bsd-license.php\r
 #undef _WIN32\r
 #endif\r
 \r
+#ifndef _SIZE_T_DEFINED\r
 #if !defined(_WIN64) || defined(__GNUC__)\r
 typedef unsigned int size_t;\r
 #endif\r
+#endif\r
 \r
 #ifdef _WIN64\r
 #undef _WIN64\r
 #endif\r
 \r
+#ifndef _PTRDIFF_T_DEFINED\r
 typedef int ptrdiff_t;\r
+#endif\r
 \r
 #define memcpy CopyMem\r
 #define memmove CopyMem\r