Fix building issue for Mac OS
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2167 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -24,6 +24,12 @@ using namespace std;
|
||||
|
||||
typedef UINT64 ulonglong_t;
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if __STDC_VERSION__ < 199901L
|
||||
#define __FUNCTION__ __FILE__
|
||||
#endif
|
||||
#endif
|
||||
|
||||
template <class T>
|
||||
class CMemoryLeakChecker : public list<T*>
|
||||
{
|
||||
|
Reference in New Issue
Block a user