andremussche / scalemm

Fast scaling memory manager for Delphi
https://code.google.com/p/scalemm/
Other
98 stars 22 forks source link

Int16 not defined for Delphi 2007 (and below) #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to compile scalemm2.12 on delphi 2007 :)

  Int16 = Smallint;
should be added to smmTypes for older delphi versions
or edit TSplitRecord in smmSmallMemory to not use Int16

Original issue reported on code.google.com by normanhe...@fotona.de on 25 Mar 2012 at 11:41

GoogleCodeExporter commented 9 years ago
Thanks, change is commited.
(note: I know, but I find Int16 more describing than smallint)

Original comment by andre.mussche on 26 Mar 2012 at 4:52

GoogleCodeExporter commented 9 years ago
I agree.
Thanks!

Original comment by normanhe...@fotona.de on 26 Mar 2012 at 8:42

GoogleCodeExporter commented 9 years ago
Issue 9 has been merged into this issue.

Original comment by andre.mussche on 17 Dec 2012 at 7:48