LCL: wslclclasses, increased VIRTUAL_VMT_COUNT const from 100 to 128, to be able to add more methods to ws classes.

git-svn-id: trunk@43222 -
This commit is contained in:
zeljko 2013-10-12 15:43:24 +00:00
parent 8ae328f260
commit e48f39d20f

View File

@ -116,7 +116,8 @@ const
// To my knowledge there is no way to tell the size of the
// VMT of a given class.
// Assume we have no more than 100 virtual entries
VIRTUAL_VMT_COUNT = 100;
// 12.10.2013 - changed to 128, since we cannot add more methods in ws classes.zeljko.
VIRTUAL_VMT_COUNT = 128;
VIRTUAL_VMT_SIZE = vmtMethodStart + VIRTUAL_VMT_COUNT * SizeOf(Pointer);
const