From 772d3214e9e4db0f96e07063fb69690cdd633d52 Mon Sep 17 00:00:00 2001 From: jljusten Date: Wed, 5 Aug 2009 21:11:56 +0000 Subject: Update links for broken urls in BaseTools/gcc/mingw-gcc-build.py script. The new version of mingw-w64-snapshot-20090419.tar.bz2 requires a modification to IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h in order to build successfully with the new mingw header files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9027 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'IntelFrameworkModulePkg/Library') diff --git a/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h b/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h index b4fd6c75e..5b078525b 100644 --- a/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h +++ b/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h @@ -24,15 +24,19 @@ #undef _WIN32 #endif +#ifndef _SIZE_T_DEFINED #if !defined(_WIN64) || defined(__GNUC__) typedef unsigned int size_t; #endif +#endif #ifdef _WIN64 #undef _WIN64 #endif +#ifndef _PTRDIFF_T_DEFINED typedef int ptrdiff_t; +#endif #define memcpy CopyMem #define memmove CopyMem -- cgit v1.2.3