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
This commit is contained in:
jljusten
2009-08-05 21:11:56 +00:00
parent f721ae46cb
commit 772d3214e9
2 changed files with 32 additions and 22 deletions

View File

@@ -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