D2007 compile library FastMM_FullDebugMode Version 1.63
Brought to you by:
pierre_le_riche
Needs for D2007 the additional line NativeUInt other wise get:
[DCC Error] FastMM_FullDebugMode.dpr(163): F2084 Internal Error: C11238
{$if CompilerVersion < 20}
type
NativeUInt = Cardinal; // line to add O;)
PNativeUInt = ^Cardinal;
{$ifend}
Cheers
Hp