valadded expanded to high WORD (actually it is 64bit value now).

This commit is contained in:
Zero Fanker 2024-04-30 22:29:29 -04:00
parent eefb3c28bd
commit cbe6462148

View file

@ -44,7 +44,7 @@ static char THIS_FILE[] = __FILE__;
/////////////////////////////////////////////////////////////////////////////
// CViewObjects
const size_t valadded = 10000;
const size_t valadded = 2 << 16;
IMPLEMENT_DYNCREATE(CViewObjects, CTreeView)