diff -r 8f8df8006c40 -r 3406c99bc375 memspy/memspy_plat/memspy_api/include/memspy/driver/shared/MemSpyDriverObjectsSharedRHeap.h --- a/memspy/memspy_plat/memspy_api/include/memspy/driver/shared/MemSpyDriverObjectsSharedRHeap.h Mon Jun 21 17:25:56 2010 +0300 +++ b/memspy/memspy_plat/memspy_api/include/memspy/driver/shared/MemSpyDriverObjectsSharedRHeap.h Thu Jul 15 20:25:38 2010 +0300 @@ -19,9 +19,7 @@ #define MEMSPYDRIVEROBJECTSSHAREDRHEAP_H // System includes -#include -#include -#include +#include #ifndef __KERNEL_MODE__ #include #endif @@ -93,7 +91,12 @@ TInt iAlign; TInt iMinCell; TInt iPageSize; +#ifdef __SYMBIAN_KERNEL_HYBRID_HEAP__ + struct SCell { TInt len; SCell* next }; + SCell iFree; +#else RHeap::SCell iFree; +#endif TInt iNestingLevel; TInt iAllocCount; RAllocator::TAllocFail iFailType;