X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FCCode%2FSource%2FGenFvMap%2FGenFvMap.cpp;h=1bd7b38f5497126e063ea212bb05d2d6a89fdb41;hp=0ff5bd07eeb89c9c21bcecbd873f8480e7c2bd14;hb=327bd141ad219ceddf52850490ca306799cd4504;hpb=8d4243f1bd81497181a3cc135239422c43364105 diff --git a/Tools/CCode/Source/GenFvMap/GenFvMap.cpp b/Tools/CCode/Source/GenFvMap/GenFvMap.cpp index 0ff5bd07ee..1bd7b38f54 100644 --- a/Tools/CCode/Source/GenFvMap/GenFvMap.cpp +++ b/Tools/CCode/Source/GenFvMap/GenFvMap.cpp @@ -8,11 +8,11 @@ //** from the company. //** //**************************************************************************** - +#include "ProcessorBind.h" +#include #include #include #include -#include #include #include #include @@ -22,7 +22,7 @@ #include using namespace std; -typedef unsigned __int64 ulonglong_t; +typedef UINT64 ulonglong_t; template class CMemoryLeakChecker : public list @@ -142,7 +142,7 @@ ostream& operator << (ostream& os, const CIdentity& idRight) << setw(4) << (unsigned short)(idRight.m_ullId[0] >> 16) << '-' << setw(4) << (unsigned short)idRight.m_ullId[0] << '-' << setw(4) << (unsigned short)(idRight.m_ullId[1] >> 48) << '-' - << setw(12) << (idRight.m_ullId[1] & 0xffffffffffff); + << setw(12) << (idRight.m_ullId[1] & 0xffffffffffffULL); } class CInputFile : public CObjRoot